avatar/templates/content.html

9 lines
184 B
HTML
Raw Permalink Normal View History

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