cryogen-bootstrap/resources/templates/themes/bootstrap4/html/headlines.html

10 lines
180 B
HTML
Raw Normal View History

2020-02-16 13:50:12 +00:00
{% extends "/html/page-one-column.html" %}
{% block header %}
{% include "/html/includes/headlines.inc" %}
{% endblock %}
2021-09-29 07:02:22 +00:00
{% block main %}
2020-02-16 13:50:12 +00:00
{{page.content|safe}}
{% endblock %}