mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-11 06:36:30 +00: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