Blog/templates/macros/date.html
2024-03-05 16:46:36 +08:00

4 lines
74 B
HTML

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