{% extends "base.html" %} {% load i18n cms_tags %} {% block tpl_id %}tpl_col_two{% endblock %} {% block content %}

{% render_model request.current_page "page_title" %}

{% static_placeholder "logo" or %}Here comes a logo{% endstatic_placeholder %}
{% include "sidebar_submenu.html" %} {% block col_sidebar %} {% with "220" as width %} {% placeholder col_sidebar %} {% endwith %} {% endblock %}
{% block col_left %} {% with "640" as width %} {% placeholder col_left %} {% endwith %} {% endblock %}
{% static_placeholder "footer" %}
{% endblock %}