static pages

This commit is contained in:
bkfox
2020-05-26 16:51:09 +02:00
parent a59c4a3d5c
commit c4c1af2f2d
20 changed files with 145 additions and 124 deletions

View File

@ -1,17 +1,17 @@
{% extends "aircox/page_list.html" %}
{% comment %}
Context:
-
- main:
- focused
- nav to 'publications' view
{% endcomment %}
{% load i18n %}
{% block head_title %}{% block title %}{{ station.name }}{% endblock %}{% endblock %}
{% block head_title %}{{ station.name }}{% endblock %}
{% block main %}
{% block title %}
{% if not page or not page.title %}{{ station.name }}
{% else %}{{ block.super }}
{% endif %}
{% endblock %}
{% block pages_list %}
{% if page and page.content %}<hr/>{% endif %}
<div class="columns">
{% with render_card=True %}
{% for object in top_diffs %}