{# 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 #} {{title}} | {{config.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 left_side %} {% endblock left_side %}
{% if redirect_target %}

Redirection Notice

You are being redirected to another page.
Click here if this does not happen automatically.

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