Files
2025-02-27 12:52:48 +01:00

4 lines
74 B
HTML

{% macro now_year() %}
{{ now() | date(format="%Y") }}
{% endmacro %}