{# 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 #}{{announcement | safe}}
{% else %}
You are being redirected to another page.
Click here if this does not happen automatically.