{% extends "base.html" %} {% block title %}{{ texts["title_admin_login"] }}{% endblock %} {% block content %} {{ texts["admin_login_heading"] }} {% if error_message %} {{ error_message }} {% endif %} {{ texts["username_label"] }} {{ texts["password_label"] }} {{ texts["button_sign_in"] }} {% endblock %}