avatar/templates/content.html

8 lines
183 B
HTML
Raw Normal View History

2022-10-18 20:34:17 +00:00
<!--
This file contains the panes for the various content on the page
-->
{{index|safe}}
{%for _name in layout.menu %}
<div id="{{_name}}" class="{{_name}}"></div>
{%endfor%}