diff --git a/examples/templates/base.html b/examples/templates/base.html new file mode 100644 index 0000000..7eb0547 --- /dev/null +++ b/examples/templates/base.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + {% if request.app.favicon_url %} + + {% endif %} + + + + + {% block head %} + + + {% endblock %} + {{ title }} + +{% block outer_body %} + + {% block body %} + {% endblock %} + +{% endblock %} +