{% if config['FAVICON_URL'] -%}
{%- endif %}
{% include 'base_head.html' %}
{{ html_block('header') }} {% if config['RANDOM_LOGOS'] -%}
{{ random_stories() }}
{%- endif %}
{% include 'includes/nav.html' %}
{% include 'includes/shown_notice.html' %}
{%- block content %}{% endblock -%}
{{ html_block('footer') }}
{% block modal %}{% endblock %}
{% include 'base_body_scripts.html' %}