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

12 lines
232 B
HTML
Raw Normal View History

2020-02-16 13:50:12 +00:00
{% 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 %}