oswilno/server/assets/templates/register.html

10 lines
210 B
HTML

{% extends "base.html" %}
{% block content %}
<ow-account {{h.account_id_tag(account)}}>
<register-form
page="{{register_page.as_str()}}"
>
</register-form>
</ow-account>
{% endblock %}