Optimized templates

This commit is contained in:
Kevin Frantz
2018-09-14 16:31:25 +02:00
parent 37ce7c399c
commit f8138fb361
5 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1 @@
{{ source.name }}

View File

@@ -0,0 +1 @@
{% include "source/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.userSource}%}