cherrykitten.dev/templates/macros/date.html

3 lines
74 B
HTML

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