{% load static %} {% load breadcrumbs %} {% load solo_tags %} {% get_solo 'portal.SiteConfiguration' as site_conf %} {{ site_conf.site_name }} - {{ page.name }} {% if site_conf.common_css %}{% endif %}
{% include 'navbar.html' %}
{{ content }}
{% include 'footer.html' %}