diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2 index 1d00f152..505c3fc0 100644 --- a/app/templates/base.html.j2 +++ b/app/templates/base.html.j2 @@ -1,8 +1,10 @@ - - Opaque - {% block title %}{% endblock %} - + {% if title %} + Opaque – {{ title }} + {% else %} + Opaque + {% endif %} @@ -12,7 +14,7 @@ {% block body %} - + {% endblock %}