{% extends "layout.html" %} {% block login %}
Login: {% if next %}{% endif %}
{% endblock %} {% block loginerror %} {% if message %}
{{ message }}
{% endif %} {% endblock %} {% block title %}Login{% endblock %} {% block content %}

Welcome

Welcome to amnesia r41.3, the ticket system. Please login in the top-right corner to use the system. {% endblock %}