{% extends "bootstrap3/base.html" %} {% set active_page = "{{node.ref}}" %} {% block title %}{{title}}{% endblock %} {% block main %}
{% if site.sidebar_width -%}
{% block sidebar_top %}


{% endblock %} {{ node.get_sidebar_html(request) }} {% block sidebar_bottom %} {% endblock %}
{% endif -%} {% block content %} {% if heading%}

{{heading}}

{% endif %} {{parse(body)}} {% endblock %}
{% endblock %}