diff --git a/templates/base.html b/templates/base.html index 113b240e1..c77134ecb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,9 +10,14 @@ {% block head %}{% endblock %} +{% if year %} +{% firstof year as current_year %} +{% else %} +{% firstof "2023" as current_year %} +{% endif %}