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

10 lines
182 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 %}
{% block center %}
{{page.content|safe}}
{% endblock %}