diff --git a/templates/page.html b/templates/page.html index 9703d59f..53398ce5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ page.title | default("No Title") }}{% endblock %} +{% block title %}{{ page.title }}{% endblock %} {% block content %}