{% if current_user.is_authenticated() %} (logout) {% else %} {{ _('login') }} / {{ _('sign up') }} {% endif %}

{{ _("korap.title") }}

{% block head %} {% endblock %}
{% block sidebar %} {% endblock %}
{% if error %}

{{ error }}

{% else %} {% block content %}{% endblock %} {% endif %}