aircox-radiocampus/aircox/templates/aircox/page.html
2020-05-26 16:51:09 +02:00

13 lines
289 B
HTML

{% extends "aircox/base.html" %}
{% comment %}
This template is only used in order to have correct page <title></title>,
otherwise use base.html
{% endcomment %}
{% block head_title %}
{% block title %}{{ page.title }}{% endblock %}
&mdash;
{{ station.name }}
{% endblock %}