forked from rc/aircox
13 lines
289 B
HTML
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 %}
|
|
—
|
|
{{ station.name }}
|
|
{% endblock %}
|
|
|