You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cms/templates/content.html

9 lines
184 B
HTML

<!--
This file contains the panes for the various content on the page
-->
{%for _name in layout.menu %}
<div id="{{_name}}" class="{{_name}}"></div>
{%endfor%}
{{index|safe}}