Files
minne/html-router/templates/auth/signin_base.html
Per Stark 354dc727c1 refactor: extendable templates
refactor: simplification

refactor: simplification
2026-01-13 22:18:00 +01:00

8 lines
163 B
HTML

{% extends "auth/_layout.html" %}
{% block title %}Minne - Sign in{% endblock %}
{% block auth_content %}
{% include "auth/signin_form.html" %}
{% endblock %}