forked from orbit-oss/flask
Blueprint example app
This commit is contained in:
parent
20a3281209
commit
85ad4ffb60
7 changed files with 64 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
{% extends "pages/layout.html" %}
|
||||
|
||||
{% block body %}
|
||||
Hello
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue