{% load i18n inlinetrans breadcrumbs messagebox svn block_tags %} {% block doctype %}{% endblock %} {% if LANGUAGE_CODE %} {% endif %} {% block metatags %} {% include "inc.metatags.html" %} {% endblock %} {% block shortcut %} {% endblock %} {% block pagetitle %}{% include "base/inc.pagetitle.html" %}{% endblock %} - {% block sitetitle %}Merengue powered site{% endblock %} {% block cssstyles %} {% include "inc.cssstyles.html" %} {% block extrastyles %}{% endblock %} {% endblock %} {% block jsscripts %} {% include "inc.jsfiles.html" %} {% endblock %} {% inlinetrans_media %} {% render_blocks_media %} {% block extrascripts %}{% endblock %} {% block extrahead %}{% endblock %} {% block customstyle %}{% endblock %} {% if request.testing %} {% endif %} {% block page %}
{% block currentrevision %}
{% current_svn_rev %}
{% endblock %} {% if not request.HIDE_DECORATIONS %} {% block headerwrapper %} {% endblock headerwrapper %} {% block breadcrumbswrapper %} {% endblock %} {% endif %} {% block contenttop %} {% endblock %}
{% block contentwrapper %} {% if not request.HIDE_MENU %} {% endif %}
{% block messagebox %}
{% messagebox %}
{% endblock %} {% block content %} {% endblock %}
{% if not request.HIDE_MENU %} {% endif %}
{% if not request.HIDE_DECORATIONS %}
{% block footerwrapper %} {% endblock %} {% endif %} {% endblock contentwrapper %}
{% block extrabody %} {% endblock %}
{% endblock %}