mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized templates
This commit is contained in:
1
application/templates/source/content/name.html.twig
Normal file
1
application/templates/source/content/name.html.twig
Normal file
@@ -0,0 +1 @@
|
||||
{{ source.name }}
|
1
application/templates/source/content/user.html.twig
Normal file
1
application/templates/source/content/user.html.twig
Normal file
@@ -0,0 +1 @@
|
||||
{% include "source/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.userSource}%}
|
Reference in New Issue
Block a user