{% load docs_tags %} {% load static %} {# Generate SEO metadata from doc_info #} {% get_seo_metadata doc_info as seo %} {# Basic meta tags #} {{ seo.title }} {% if seo.keywords %} {% endif %} {# Canonical URL #} {% if seo.canonical_url %} {% endif %} {# Open Graph tags #} {% if seo.canonical_url %} {% endif %} {% if seo.og_image %} {% if seo.og_image|is_full_url %} {% else %} {% endif %} {% endif %} {% if seo.published_time %} {% endif %} {% if seo.modified_time %} {% endif %} {% if seo.author %} {% endif %} {% if seo.tags %} {% for tag in seo.tags %} {% endfor %} {% endif %} {# Twitter Card tags #} {% if seo.og_image %} {% if seo.og_image|is_full_url %} {% else %} {% endif %} {% endif %} {% if seo.twitter_site %} {% endif %} {% if seo.twitter_creator %} {% endif %} {# JSON-LD Structured Data #} {% generate_structured_data doc_info %}