oswilno/server/assets/templates/register.html

10 lines
180 B
HTML
Raw Normal View History

2022-07-28 15:28:28 +02:00
{% extends "base.html" %}
{% block content %}
<ow-account>
<register-form
page="{{register_page.as_str()}}"
>
</register-form>
</ow-account>
{% endblock %}