diff --git a/templates/base.html b/templates/base.html index 113b240..c77134e 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 %}