{% extends "richie/multiple_columns.html" %} {% load cms_tags %} {% block content_columns %}
{% block column_first %} {% with header_level=2 %} {% placeholder "maincontent" %} {% endwith %} {% endblock column_first %}
{% block column_second %} {% with header_level=3 %} {% placeholder "secondcontent" %} {% endwith %} {% endblock column_second %}
{% endblock content_columns %}