{% load admin_extras i18n ref_tags static %} {% with template=site_template %} {% block title %}{{ badge_site_name|default:"Arthexis" }} {% trans "Constellation" %}{% endblock %} {% block extra_head %}{% endblock %}
{% if not operator_interface_mode %} {% block page_nav %} {% endblock %} {% endif %} {% block funding_banner %} {% include "pages/includes/funding_banner.html" with funding_banner=funding_banner funding_banner_classes="mt-3" only %} {% endblock %} {% if site_highlight %}
{{ site_highlight.title }}
{{ site_highlight.highlight_date|date:"F j, Y" }}

{{ site_highlight.story|urlize|linebreaksbr }}

{% endif %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% block content %}{% endblock %}
{% include "pages/includes/public_feedback_widget.html" %} {% if quick_web_share_enabled %} {% endif %} {% url 'pages:footer-fragment' as footer_fragment_url %} {% if not hide_default_footer and footer_fragment_url %} {% endif %} {% if feedback_ingestion_enabled %} {% endif %} {% if request.user.is_authenticated and request.user.is_staff %} {% include "core/version_check.html" %} {% endif %} {% block extra_scripts %}{% endblock %} {% endwith %}