{% comment %} Copyright 2012-2023 solidlibs Last modified: 2023-05-20 {% endcomment %} {% load i18n bootstrap4 custom %} {% block init %} {% comment %} Any template initial processing, such as setting variables {% endcomment %} {% endblock init %} {% minwhitespace %} {% block title %} {% comment %} Let individual templates define the title. The titlevar block is the variable part of the title. If there is a 'title' variable, it is the default titlevar block. Most pages should change the 'title' variable or titlevar block. Few pages should change the whole title block. For SEO the title and headline should match. So the default headline is the same as the default title. {% endcomment %} {% block titlevar %} {% if title %} {{ title }} {% else %} {% comment %} Since every page needs a unique title, we need to alert here. Custom tag to send mail? {% endcomment %} {% include 'clips/title.html' %} {% endif %} {% endblock %} | {% include 'clips/company_name.html' %} {% endblock title %} {% endminwhitespace %} {% block extrahead %} {% block meta_revisit %}{% endblock meta_revisit %} {% block meta_description %} {% endblock meta_description %} {% block meta_keywords %} {% endblock meta_keywords %} {% block meta_subject %} {% endblock meta_subject %} {% endblock extrahead %} {% block extrastyle %} {% include 'django_addons/clips/css_basic.html' %} {% endblock extrastyle %} {% block body_start %} {% endblock body_start %} {% block top_of_page %} {% comment %} Useful if you want to return to the top of the page {% endcomment %} {% endblock top_of_page %} {% block navclass %} {% block navbackground %} {% endblock navclass %}
{% block container_header %} {# kludge: spacer so top of page isn't hidden under navbar #}  
 
 
{% endblock container_header %}
{% if messages %} {% for message in messages %} {% if message.tags == 'success' %}{% endif %} {% if message.tags == 'error' %}{% endif %} {% if message.tags == 'warning' %}{% endif %} {% if message.tags == 'info' %}{% endif %} {% if message.tags == 'light' %}{% endif %} {% endfor %} {% endif %} {% block body-content %} {% block oldheadlinestyle %} {% endblock oldheadlinestyle %} {% block contentpane %} {% block mainpane %} {% endblock mainpane %} {% block rightsidepane %} {% endblock rightsidepane %} {% endblock contentpane %} {% endblock body-content %}
{# class="col-md-12" #}
{# class="row" #}
{# class="container" #}
{% block footer %}

 


{% endblock footer %}
{% block extrascript %} {% include 'django_addons/clips/js_basic.html' %} {% endblock extrascript %}