cryogen-bootstrap/themes/bootstrap4/html/featurettes.html
2019-11-23 12:45:04 +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 %}