{% load i18n inlinetrans breadcrumbs messagebox block_tags section_tags compress media_tags uitools_tags %} {% block doctype %}{% endblock %} {% if LANGUAGE_CODE %} {% endif %} {% block metatags %} {% include "inc.metatags.html" %} {% endblock %} {% block shortcut %} {% endblock %} {% block sitetitlewrapper %}{% block pagetitle %}{% include "base/inc.pagetitle.html" %}{% endblock %} - {% block sitetitle %}Merengue powered site{% endblock %}{% endblock %} {% block metainfo %} {% include "inc.meta.html" %} {% endblock %} {% compress css %} {% block cssstyles %} {% include "inc.cssstyles.html" %} {% block extrastyles %}{% endblock %} {% endblock %} {% endcompress %} {% block cssprint %} {% endblock %} {# placeholder to allow plugins and other templates to add css assets #} {% render_bundled_media "css" %} {% block jsscripts %} {% include "inc.jsfiles.html" %} {% endblock %} {% render_blocks_media %} {% block extrascripts %}{% endblock %} {% block extrahead %}{% endblock %} {% block customstyle %}{% endblock %} {% if request.testing %} {% endif %} {% block toolbar %} {% render_toolbar %} {% endblock %} {% block page %}
{% block notifications %}
x

#{text}

{% endblock %} {% if not request.HIDE_DECORATIONS %} {% block headerwrapper %} {% endblock headerwrapper %} {% block breadcrumbswrapper %} {% endblock %} {% endif %} {% block contenttop %} {% endblock %}
{% block contentwrapper %} {% block leftsidebarwrapper %} {% endblock %}
{% block messagebox %}
{% messagebox %}
{% endblock %}
{% block content %} {% endblock %}
{% block rightsidebarwrapper %} {% endblock %}
{% if not request.HIDE_DECORATIONS %}
{% block footerwrapper %} {% endblock %} {% endif %} {% endblock contentwrapper %}
{% block extrabody %} {% endblock %}
{% endblock %} {# placeholder to allow plugins and other templates to add javascript assets #} {% render_bundled_media "js" %}