{# Allow extenders to pass through variables #} {% block variable_wormhole %} {% set title = "NO TITLE SET" %} {% set description = "" %} {% set is_article = false %} {% endblock variable_wormhole %} {# Page metadata #} {% include "components/metadata/advertise-rss.html" %} {% include "components/metadata/opengraph.html" %} {# Page title #} {{title}} | {{config.title}} {# Preconnects for external resources #} {# External styles #} {# Site-wide styles #} {# Component styles #} {% block component_styles %} {% endblock component_styles %} {# The whole page #}
{# Actual content #}
{% block content %}{% endblock content %}
{# Footer #} {% include "components/footer.html" %}
{# External scripts #}