booty
This commit is contained in:
parent
c99032044d
commit
5cb66c5012
34 changed files with 1236 additions and 132 deletions
|
@ -3,7 +3,9 @@
|
|||
{% block title %}Tell me your name{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Tell me your name</h1>
|
||||
<p>By submitting the form, you agree that your username will be stored as a cookie.</p>
|
||||
{{ include('_form.html.twig') }}
|
||||
<h1 class="mb-4">Tell me your name</h1>
|
||||
<p class="mb-3">By submitting the form, you agree that your username will be stored as a cookie.</p>
|
||||
<div class="mb-4">
|
||||
{{ include('_form.html.twig') }}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue