Back to Werkzeug

About

examples/coolmagic/templates/static/about.html

3.1.8200 B
Original Source

{% extends "layout.html" %} {% set page_title = 'About the Magic' %} {% block page_body %}

Nothing to see. It's just magic.

back to the index

{% endblock %}