Files
aircox-radiocampus/aircox/templates/aircox/page.html
2019-09-05 18:55:44 +02:00

17 lines
278 B
HTML

{% extends "aircox/base.html" %}
{% load static i18n thumbnail %}
{% comment %}
Context:
- cover: cover image
- title: title
- page: page
{% endcomment %}
{% block head_title %}
{% block title %}{{ title }}{% endblock %}
—
{{ station.name }}
{% endblock %}