{# Allow extenders to pass through variables #} {% block variable_wormhole %} {% set title = "NO TITLE SET" %} {% set description = "" %} {% set is_article = false %} {% set feature_flags = [] %} {% set redirect_target = "" %} {% set announcement = "" %} {% set page_path = "" %} {% endblock variable_wormhole %} {# Page metadata #} {% include "components/metadata/advertise-rss.html" %} {% include "components/metadata/opengraph.html" %} {# Redirect support #} {% if redirect_target != "" %} {% endif %} {# Page title #} {% block title %} {{title}} | {{config.title}} {% endblock title %} {# Site-wide styles #} {# Less important styles #} {# #} {# Component styles #} {% block component_styles %} {% endblock component_styles %} {# Enable features #} {% include "components/metadata/page-features-css.html" %} {# The whole page #}
{# Allow pages to override the content before the navbar #} {# {% block page_start %}{% endblock page_start %} #} {# Navbar #} {#
{% include "components/navbar.html" %} {% if announcement %}

{{announcement | safe}}

{% else %}
{% endif %}
#} {# Actual content #}
{% block content %}{% endblock content %} {# Footer #} {% include "components/footer.html" %}
{# Brid.gy h-card #} {# Enable features #} {% include "components/metadata/page-features-js.html" %} {% include "components/metadata/analytics.html" %}