This website requires JavaScript.
Explore
Help
Sign in
maya-chen
/
flask
Watch
1
Star
0
Fork
You've already forked flask
0
forked from
orbit-oss/flask
Code
Pull requests
Activity
1bddb30e4a
flask
/
examples
/
blueprintexample
/
simple_page
/
templates
/
pages
/
hello.html
6 lines
75 B
HTML
Raw
Normal View
History
Unescape
Escape
Blueprint example app
2012-03-01 02:07:26 -06:00
{% extends "pages/layout.html" %}
{% block body %}
Removed unnecessary end-tags and fixed some broken html
2012-12-19 15:46:18 +01:00
Hello
{% endblock %}
Copy permalink