{% extends "base.html" %} {% load staticfiles %}{% load i18n %}{% load cache %} {% load email2img %} {% block google_analytics %} {% if GOOGLE_ANALITYCS_CODE %} {% include "includes/google_analytics.html" %} {% endif %} {% endblock %} {% block logo %} {% endblock %} {% block line_top %}
{% for item in languages %} {{ item.1 }} {% endfor %}
{% endblock %} {% block nav %} {% endblock %} {% block innver_nav %} {% if inav|length > 0 %} {% endif %} {% endblock %} {% block contact %} {% endblock %} {% block col_right %} {% if col_right or page__photo or youtube %} {% endif %} {% endblock %} {% block col_central %}

{{ name }}

{{ col_central|safe }}
{% endblock %} {% block col_bottoms %} {% if bottom_cols|length > 0 %} {% endif %} {% endblock %} {% block footer %} {% endblock %}