{% extends "base.html" %} {% block title %}Admin Login — KittyRec INDEV{% endblock %} {% block content %}

Admin Panel

KittyRec INDEV · Authorized access only

{% if error %}
{{ error }}
{% endif %}
{% endblock %}