Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 409 Bytes

twig.md

File metadata and controls

9 lines (6 loc) · 409 Bytes

Twig

Twig templates should be saved under the templates/ directory. They roughly follow the structure in src\Controller.

For example, the base template is stored in /templates/base.html.twig and can be rendered from Twig using base.html.twig.

No namespaces are defined for Twig and aren't really needed. In controllers use templates including subdirectories like community/community.html.twig.