presentations/building-static-websites-sculpin/slides/code/twig-1.txt
2025-10-02 08:38:57 +01:00

8 lines
119 B
Text

{{ 'today' }}
{{ 'today'|date }}
{{ 'today'|date('Y') }}
{{ 'today'|date('Y') - 2007 }} # 18 (years of experience)