summaryrefslogtreecommitdiffstatshomepage
path: root/templates/macros/date.html
blob: 020b47e32e7f68bcac039e7008573ac32dc81d5c (plain)
1
2
3
{% macro format_date(date) %}
{{ date | date(format="%d %h, %Y") }}
{% endmacro format_date %}