oswilno/server/assets/templates/register.html

10 lines
210 B
HTML
Raw Normal View History

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