forked from rc/aircox
start to restructure the project tree
This commit is contained in:
9
aircox/cms/templates/aircox_cms/base_section.html
Normal file
9
aircox/cms/templates/aircox_cms/base_section.html
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
<{{ tag }} class="section {{ classes }}"
|
||||
{% for key, value in attrs.items %}{{ key }} = "{{ value|addslashes }}"
|
||||
{% endfor %} >
|
||||
{% block content %}
|
||||
{{ content|safe }}
|
||||
{% endblock %}
|
||||
</{{ tag }}>
|
||||
|
Reference in New Issue
Block a user