This commit is contained in:
Michael
2026-04-29 20:11:57 +02:00
commit a14103ad8e
167 changed files with 7060 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{% extends "layout/base.tmpl" %}
{% block content %}
<div id="p_auth_signup">
<h1>Anmelden</h1>
{% include "components/auth/login/index.tmpl" %}
</div>
{% endblock %}