Blog/macros/date.html
2024-03-05 17:19:29 +08:00

4 lines
74 B
HTML

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