mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 10:05:33 +00:00
init symfony framework #14
This commit is contained in:
parent
3c233fcfad
commit
380377b27c
114 changed files with 11525 additions and 10998 deletions
10
templates/default/search/index.html.twig
Normal file
10
templates/default/search/index.html.twig
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends 'default/layout.html.twig' %}
|
||||
{% block title %}{{ query }} - {{'Search'|trans }} - {{ name }}{% endblock %}
|
||||
{% block header_search %}
|
||||
{{ render(controller(
|
||||
'App\\Controller\\SearchController::module',
|
||||
{
|
||||
query : query
|
||||
}
|
||||
)) }}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue