{% extends "layouts/base.html" %} {% block main %}
{% if section %} {{ public_draft::warning(section=section) }} {% elif page %} {{ public_draft::warning(section=page) }} {% endif %} {% block content %}{% endblock content %}
{% endblock main %}