{% block head_meta %} {% if seo %} {% if seo.title %}{% endif %} {% if seo.description %}{% endif %} {% if seo.keywords %}{% endif %} {% if seo.canonical_url %}{% endif %} {% if seo.robots %}{% endif %} {% if seo.og_title %}{% endif %} {% if seo.og_description %}{% endif %} {% if seo.og_image %}{% endif %} {% if seo.og_type %}{% endif %} {% if seo.twitter_card %}{% endif %} {% if seo.twitter_image %}{% endif %} {% if seo.json_ld %}{% endif %} {% endif %} {% endblock %} {% block extra_css %}{% endblock %} {{ render_slot('head_assets') if render_slot is defined else '' }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}