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

11 lines
229 B
HTML
Raw Normal View History

2019-11-23 11:45:04 +00:00
{% extends "/html/page-one-column.html" %}
{% block header %}
{% include "/html/includes/top_spacer.inc" %}
{% include "/html/includes/headlines.inc" %}
{% endblock %}
{% block center %}
{{page.content|safe}}
{% endblock %}