{% if seo is defined and seo and seo.canonical_url %} {% endif %} {% if seo is defined and seo and seo.og_tags %} {% for name, value in seo.og_tags.items() %} {% if name.startswith('og:') %} {% else %} {% endif %} {% endfor %} {% endif %} {% block og_tags %}{% endblock %} {% block json_ld %}{% endblock %}
{% block content %}{% endblock %}