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" %} |
||||
|
||||
{% block body %} |
||||
Hello |
||||
{% endblock %} |
||||
Hello |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@
|
||||
{% extends "pages/layout.html" %} |
||||
|
||||
{% block body %} |
||||
Blueprint example page |
||||
{% endblock %} |
||||
Blueprint example page |
||||
{% endblock %} |
||||
|
@ -1,5 +1,4 @@
|
||||
{% extends "pages/layout.html" %} |
||||
|
||||
{% block body %} |
||||
World |
||||
{% endblock %} |
||||
World |
||||
{% endblock %} |
||||
|
Loading…
Reference in new issue