mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-01 01:39:20 +00:00
Prepared structure for forms
This commit is contained in:
1
application/templates/source/view/content/name.html.twig
Normal file
1
application/templates/source/view/content/name.html.twig
Normal file
@@ -0,0 +1 @@
|
||||
{{ source.name }}
|
||||
1
application/templates/source/view/content/user.html.twig
Normal file
1
application/templates/source/view/content/user.html.twig
Normal file
@@ -0,0 +1 @@
|
||||
{% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.userSource}%}
|
||||
Reference in New Issue
Block a user