{% load wagtailimages_tags my %}
{% for media in blog.cover %} {% if media.block_type == 'svg' %} {{ blog.title }} {% elif media.block_type == 'image' %} {% include 'cms/blocks/common/picture.html' with img=media.value block_num=2 theme=theme %} {% endif %} {% endfor %}

{{ blog.h1 }}

{% include 'cms/blocks/common/tags_blog.html' with root_page=blog.get_parent tags=blog.tags.all links=0 %}

{{ blog.intro }}