{% extends "base.html" %} {% block title %}Login - gpodder admin{% endblock %} {% block content %}

Sign in

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

Regular users get a personal dashboard. Admin users see the management view.

{% endblock %}