mirror of https://github.com/mitsuhiko/flask.git
Armin Ronacher
12 years ago
5 changed files with 20 additions and 26 deletions
@ -1,5 +1,5 @@ |
|||||||
{% extends "pages/layout.html" %} |
{% extends "pages/layout.html" %} |
||||||
|
|
||||||
{% block body %} |
{% block body %} |
||||||
Hello |
Hello |
||||||
{% endblock %} |
{% endblock %} |
@ -1,5 +1,5 @@ |
|||||||
{% extends "pages/layout.html" %} |
{% extends "pages/layout.html" %} |
||||||
|
|
||||||
{% block body %} |
{% block body %} |
||||||
Blueprint example page |
Blueprint example page |
||||||
{% endblock %} |
{% endblock %} |
@ -1,5 +1,4 @@ |
|||||||
{% extends "pages/layout.html" %} |
{% extends "pages/layout.html" %} |
||||||
|
|
||||||
{% block body %} |
{% block body %} |
||||||
World |
World |
||||||
{% endblock %} |
{% endblock %} |
Loading…
Reference in new issue