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

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

8 lines
118 B
Text
Raw Normal View History

2024-05-23 17:09:30 +01:00
{{ 'today' }}
{{ 'today'|date }}
{{ 'today'|date('Y') }}
2024-08-28 13:00:00 +01:00
{{ 'today'|date('Y') - 2007 }} # 17 (years of experience)