{% import "partials/_variables.jinja" as theme -%} {%- with theme=theme -%} {%- include "!partials/_head.html" -%} {% block body -%} {%- include "!partials/body-prefix.html" -%} {%- include "!partials/announce.html" -%} {%- include "!partials/header.html" -%}
{% block content %} {%- include "!partials/content.html" with context -%} {% endblock %}
{%- include "!partials/footer.html" -%} {%- include "!partials/body-suffix.html" -%} {%- endblock -%} {%- endwith -%}