11 lines
192 B
Twig
11 lines
192 B
Twig
{% extends 'layouts/skeleton' %}
|
|
|
|
{% block "content" %}
|
|
<div>
|
|
<form action="/users/register" method="post">
|
|
|
|
<input type="submit" label="Submit">
|
|
</form>
|
|
</div>
|
|
{% endblock %}
|