forked from rc/aircox
11 lines
300 B
HTML
Executable File
11 lines
300 B
HTML
Executable File
<section class="section_item {{ self.css_class }} {{ self.snake_name }}">
|
|
{% block section_content %}
|
|
{% block title %}
|
|
{% if self.show_title %}<h2>{{ self.title }}</h2>{% endif %}
|
|
{% endblock %}
|
|
{% block content %}{{ content|safe }}{% endblock %}
|
|
{% endblock %}
|
|
</section>
|
|
|
|
|