diff --git a/templates/base.html b/templates/base.html index a9eea53..bf721ed 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ {% block title %}{{ app_name }}{% endblock %} + {% block meta %}{% endblock %} @@ -21,9 +22,9 @@