{% extends "base.html" %} {% block scripts %} {% if page is not none %}
{{page.meta.stuff}}
{% endif %} {{ super() }} {% endblock %} {% block content %} {{ super() }} {%endblock%}