forked from rc/aircox
merge aircox and aircox_instance
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
<section class="section_item {{ self.css_class }} {{ self.snake_name }}">
|
||||
{% block title %}
|
||||
{% if self.show_title %}<h2>{{ self.title }}</h2>{% endif %}
|
||||
{% endblock %}
|
||||
{% block content %}{{ content|safe }}{% endblock %}
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user