7 lines
127 B
HTML
7 lines
127 B
HTML
|
{% extends "/html/page-two-column.html" %}
|
||
|
|
||
|
{% block center %}
|
||
|
{% include "/html/includes/featurettes.inc" %}
|
||
|
{% endblock %}
|
||
|
|