This commit is contained in:
Elijah McMorris 2025-05-05 00:13:50 -07:00
commit d6006a0227
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
82 changed files with 2862 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{% macro now_year() %}
{{ now() | date(format="%Y") }}
{% endmacro %}