4 lines
74 B
HTML
4 lines
74 B
HTML
|
{% macro now_year() %}
|
||
|
{{ now() | date(format="%Y") }}
|
||
|
{% endmacro %}
|