initial commit
This commit is contained in:
8
templates/index.html
Normal file
8
templates/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block page_title %}Welcome to Flask Example{% endblock %}
|
||||
{% block body %}
|
||||
{{ super() }}
|
||||
|
||||
<p>In this example, we cover concepts including: </p>
|
||||
<p>template (inheritance), URL building, redirecting, error handeling, session management (authentication), etc.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user