This website requires JavaScript.
Explore
Help
Sign in
orbit-oss
/
flask
Watch
4
Star
4
Fork
You've already forked flask
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
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 %}
Reference in a new issue
Copy permalink