From 6641dddfe6bb95bce215cb1f2f80ef54c589e99f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 15 Aug 2025 17:18:02 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20Django=20template=20syntax?= =?UTF-8?q?=20error=20in=20base.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove nested {% block title %} tags causing TemplateSyntaxError - Fix Open Graph and Twitter meta tag blocks - Use absolute URLs for social media image previews - Resolves Internal Server Error on Railway deployment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2261e3d..0c295a1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,10 +14,10 @@ - + - + @@ -25,9 +25,9 @@ - + - +