{% load static i18n thumbnail aircox %} {% comment %} Context: - cover: image cover - site: current website - has_filters: display filter bar (using block "filters") {% endcomment %} {% 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 %}
{% if has_filters %} {% endif %} {% block main %}{% endblock main %}
{% if has_sidebar %} {% endif %}

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