From 9959ec5b164f7e4ebceec7cc30eab124ada7be85 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 27 Mar 2023 20:48:38 +0300 Subject: [PATCH] Created `layout.html` --- templates/layout.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/layout.html diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 0000000..08fe90d --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,15 @@ +{% load static %} + + + + + + + {% block title %}{% endblock %} + + {% block meta %}{% endblock %} + + + {% block content %}{% endblock %} + +