ninewiki/templates/home/home.html.twig

11 lines
262 B
Twig
Raw Normal View History

2024-11-18 17:07:22 +01:00
{% extends 'base.html.twig' %}
{% block title %}Hello HomeController!{% endblock %}
{% block body %}
2024-12-06 08:09:07 +01:00
<select class="select2" name="state">
<option value="AL">Alabama</option>
<option value="WY">Wyoming</option>
</select>
2024-11-18 17:07:22 +01:00
{% endblock %}