chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% form_theme searchForm 'bootstrap_4_layout.html.twig' %}
|
||||
{{ form_start(searchForm) }}
|
||||
{{ form_widget(searchForm) }}
|
||||
<button class="btn btn-primary">{{ button_label|default('Search') }}</button>
|
||||
{{ form_end(searchForm) }}
|
||||
Reference in New Issue
Block a user