{# SEO Meta Tags #} {% block seo_meta %} {% if seo_meta %} {% if seo_meta.description %}{% endif %} {% if seo_meta.robots %}{% endif %} {% endif %} {% endblock %} {# OpenGraph Tags #} {% block og_meta %} {% if og_meta %} {% if og_meta.description %}{% endif %} {% if og_meta.image %}{% endif %} {% endif %} {% endblock %} {% block head %}{% endblock %}
{# Enhanced flash messages with types #} {% if flash_messages %}
{% for msg in flash_messages %} {% endfor %}
{# Backwards compatibility: old single flash string #} {% elif flash %}
{% endif %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}