{% comment %} Base website template. It displays various elements depending on context variables. Usefull context: - cover: image cover - site: current website - has_filters: display filter bar (using block "filters") - model: view model or displayed `object`'s - sidebar_object_list: item to display in sidebar - sidebar_url_name: url name sidebar item complete list - sidebar_url_parent: parent page for sidebar items complete list Blocks: - assets - head_title - head_extra - top_nav - header: - title - subtitle - header_meta - main: - filters - cover - sidebar: - sidebar_title {% endcomment %} {% load static i18n thumbnail aircox %} {% block assets %} {% endblock %} {% block head_title %}{{ station.name }}{% endblock %} {% block head_extra %}{% endblock %}
{% block header %}

{% block title %}{% endblock %}

{% block subtitle %}{% endblock %}

{% block header_meta %} {% if parent %} ❬ {{ parent.title }} {% endif %} {% endblock %}
{% endblock %}
{% block main %} {% if has_filters %} {% comment %}Translators: extra toolbar displayed on the top of page lists {% endcomment %} {% endif %} {% endblock main %}
{% if has_sidebar %} {% comment %}Translators: main sidebar {% endcomment %} {% endif %}

{% include "aircox/widgets/player.html" %}