- config didn't work now it's working properly - it takes config from envirionment variable FLASK_CONFIG - if no such variable exists it uses Development config as default
		
			
				
	
	
		
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "layouts/base.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
	Hello
 | 
						|
{% endblock %}
 |