{% import "components/form.html" as form with context %} {% import "components/sidemenu.html" as sidemenu with context %} {% import "components/paginator.html" as paginator with context %} {% import "components/nothing.html" as nothing with context %} {% import "components/noscript_note.html" as noscript_note with context %} {% import "components/user.html" as user with context %} {% if handler.context.request.url %}{% endif %} {% block ogp %} {% endblock %} {{ handler.renderTitle(page_name) }} {% if process.env.DEV %} {% else %} {% endif %} {% if not isIE(handler.request.headers['user-agent']) and not handler.session.legacy %} {% endif %} {% block body %}{% endblock %} {% if not isIE(handler.request.headers['user-agent']) and not handler.session.legacy %} {% if process.env.DEV %} {% else %} {% endif %} {% endif %} {% block script %}{% endblock %}