From 3baf6ecc015ac781ee6532c445c7eae0f40d64f8 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 18 Mar 2025 18:38:31 +0100 Subject: [PATCH] edit w-full --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index baa0d92..b669e31 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,24 +3,24 @@ - {% block title %}Zola with Tailwind CSS{% endblock %} + {% block title %}TF Zola Template{% endblock %} {% block head %}{% endblock %} - +
{% include "partials/navigation.html" %}
-
+
{% block content %}{% endblock %}