{% load staticfiles %} {% load ninecms_extras %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% comment %} Base template Author: George Karakostas Copyright: Copyright 2015, George Karakostas Licence: BSD-3 Email: gkarak@9-dev.com {% endcomment %} {# #} {% block title %}{{ title }}{% endblock %} {% block meta %} {% if node.summary %}{% endif %} {% endblock %} {% if 'bootstrap'|library %} {% elif 'bootstrap_local'|library %} {% endif %} {% if 'html5shiv_respond'|library %} {# HTML5 shiv and Respond.js for IE8 support of HTML5 elements and media queries #} {# WARNING: Respond.js doesn't work if you view the page via file:// #} {% endif %} {% if 'angularjs'|library %} {% elif 'angularjs_local'|library %} {% endif %} {% if 'lightbox2'|library %} {% endif %} {% if 'video.js'|library %} {% elif 'video.js_local'|library %} {% endif %} {% if 'wow'|library %} {% elif 'wow_local'|library %} {% endif %} {% if 'owl'|library %} {% elif 'owl_local'|library %} {% endif %} {% block head %} {% endblock head %} {# #} {% block body_top %}^{% endblock %} {% block body_loader %}
{% include 'ninecms/site-name.html' %}
{% endblock %}
{% block content %}{% endblock %}
{# #} {% block body_bottom %}{% endblock %} {% if 'jQuery'|library %} {# jQuery (necessary for Bootstrap's JavaScript plugins) #} {% elif 'jQuery_local'|library %} {% endif %} {% if 'bootstrap'|library %} {# Include all compiled plugins (below), or include individual files as needed #} {% elif 'bootstrap_local'|library %} {% endif %} {% if 'jQuery|jQuery_local'|library %} {# NineCMS scripts #} {% endif %} {% if 'wow'|library %} {% elif 'wow_local'|library %} {% endif %} {% if 'wow|wow_local'|library %} {% endif %} {% if 'masonry.pkdg'|library %} {% elif 'masonry.pkdg_local'|library %} {# NineCMS scripts #} {% endif %} {% if 'lightbox2'|library %} {% endif %} {% if 'waypoints'|library %} {% elif 'waypoints_local'|library %} {% endif %} {% if 'iosslider'|library %} {% elif 'iosslider_local'|library %} {% endif %} {% if 'owl'|library %} {% elif 'owl_local'|library %} {% endif %} {% block body_scripts %}{% endblock %}