cherrykitten.dev/templates/macros/date.html

4 lines
74 B
HTML
Raw Permalink Normal View History

2024-04-20 12:54:05 +00:00
{% macro now_year() %}
{{ now() | date(format="%Y") }}
{% endmacro %}