plugins: reworked the framework using inheritance + added active_filters
[myslice.git] / views / templates / layout-unfold1.html
1 {% extends "base.html" %}
2
3 {% block base_content %}
4     <div id="unfold1-main" class="span12 columns">
5       {% block unfold1_main %}
6       "The main content area (define block 'unfold1_main')"
7       {% endblock unfold1_main %}
8     </div><!--span12-->
9 {% endblock %}