First public release

This commit is contained in:
Paweł Romanowski 2019-02-05 18:27:02 +00:00
commit deee53f745
66 changed files with 1956 additions and 0 deletions

View file

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