{% load redsolutioncms_tags %} {% raw %} {% extends 'pages/base.html' %} {% load pages_tags %} {% endraw %} {% raw %} {% block content %} {% endraw %} {% if pages_settings.default_template_type == 0 %} {# one column #}
{% with 'main_content' as placeholder %} {% include "pages/redsolutioncms/placeholder_include.html" %} {% endwith %} | {% with 'right_content' as placeholder %} {% include "pages/redsolutioncms/placeholder_include.html" %} {% endwith %} |