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

{% render_model request.current_page "page_title" %}

{% include "sidebar_submenu.html" %} {% block col_sidebar %} {% with "220" as width %} {% placeholder col_sidebar %} {% endwith %} {% endblock %}
{% block col_left %} {% with "340" as width %} {% placeholder col_left %} {% endwith %} {% endblock %}
{% block col_right %} {% with "220" as width %} {% placeholder col_right %} {% endwith %} {% endblock %}
{% endblock %}