cryogen-bootstrap/resources/templates/themes/bootstrap4/html/featurettes.html
2020-02-16 14:50:12 +01:00

11 lines
232 B
HTML

{% extends "/html/page-two-column.html" %}
{% block header %}
{% include "/html/includes/top_spacer.inc" %}
{{page.content|safe}}
{% endblock %}
{% block center %}
{% include "/html/includes/featurettes.inc" %}
{% endblock %}