forked from rc/aircox
start to restructure the project tree
This commit is contained in:
10
aircox/cms/templates/aircox_cms/menu.html
Normal file
10
aircox/cms/templates/aircox_cms/menu.html
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
<{{ tag }} class="menu menu_{{ position }} {{ classes }}" {% if name %}
|
||||
name="{{ name }}"
|
||||
id="{{ name }}"
|
||||
{% endif %}>
|
||||
{% for section in sections %}
|
||||
{{ section|safe }}
|
||||
{% endfor %}
|
||||
</{{ tag }}>
|
||||
|
Reference in New Issue
Block a user