cherrykitten.dev/templates/macros/date.html

4 lines
74 B
HTML
Raw Normal View History

2023-04-09 22:13:12 +00:00
{% macro now_year() %}
{{ now() | date(format="%Y") }}
{% endmacro %}