{# -*- engine: jinja2 -*- #} {% block title %}{% if "page_title" in g %}{{ page_title }} - {% endif %}Guntstream{% endblock %} {% block head_extra %}{% endblock %}
{% include "header.html" %}
{% block content %}{% endblock %}
{% include "footer.html" %} {% block body_extra %}{% endblock %}