presentations/building-static-websites-sculpin/slides/code/twig-1.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
119 B
Text
Raw Normal View History

2024-05-23 17:09:30 +01:00
{{ 'today' }}
{{ 'today'|date }}
{{ 'today'|date('Y') }}
2025-04-11 18:15:40 +01:00
{{ 'today'|date('Y') - 2007 }} # 18 (years of experience)