diff --git a/templates/base.j2 b/templates/base.j2 index 1a67540..047c4e2 100644 --- a/templates/base.j2 +++ b/templates/base.j2 @@ -14,5 +14,9 @@

{{ self.title() }}

{% block content %}{% endblock %}
+ diff --git a/templates/bin.j2 b/templates/bin.j2 index c9b65ac..4e9e17e 100644 --- a/templates/bin.j2 +++ b/templates/bin.j2 @@ -1,5 +1,5 @@ {% extends "base.j2" %} -{% block title %}Pystebin Service{% endblock %} +{% block title %}Pastebin Service{% endblock %} {% block head %} {{ super() }} {% endblock %}