quantum-ai-v3/templates
Claude 35d93c54b6 🐛 Fix nested block template syntax error
**Issue:** TemplateSyntaxError - 'block' tag with name 'title' appears more than once

**Root Cause:** Nested block tags with same name (title) not allowed in Django templates

**Fix:**
- Removed nested {% block title %} and {% block meta_description %} references
- Used separate block names for og_title, og_description, twitter_title, twitter_description
- Maintained same functionality without nesting conflicts

**Result:** Template renders without syntax errors while preserving social media meta tag structure

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 15:21:04 +05:30
..
agent_base 🔒 Enhance marketplace security with comprehensive protections 2025-07-26 08:22:59 +05:30
authentication 🔧 Remove email verification system and update event URL 2025-08-16 12:35:26 +05:30
components 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
core 🤖 Transform digital branding page to emphasize AI capabilities 2025-08-03 14:22:19 +05:30
wallet 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
wrapper 🎨 Add external service wrappers and social media previews 2025-08-15 18:21:16 +05:30
400.html 🔧 Fix wallet 500 error and error page alignment 2025-07-27 09:29:29 +05:30
403.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
404.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
500.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
base.html 🐛 Fix nested block template syntax error 2025-08-16 15:21:04 +05:30
test_og.html 🔧 Fix social media link preview image display 2025-08-16 15:03:10 +05:30