avatar/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}}