From 1ca5ffca2b402f59ace003f9c1eee79e3b9a677c Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Wed, 3 Jun 2020 23:56:17 +0300 Subject: new recipes section, first recipe --- templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index cb9fcb7..ccb167a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,11 @@ - {{ config.title }} + + {% block title %} + {{ config.title }} + {% endblock %} + -- cgit v1.2.3