cherrykitten.dev/templates/macros/date.html
2023-04-10 00:13:12 +02:00

3 lines
74 B
HTML

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