{% extends "base_blog_section.html" %} {% block title %}Posts tagged {{ tag|e }} | {{ M_BLOG_NAME|e }}{% endblock %} {% block meta %} {% if tag.page and tag.page.description %} {% endif %} {% endblock %} {% block social_title_url_image %} {% if tag.page and tag.page.summary %} {% endif %} {% if M_SOCIAL_IMAGE %} {% endif %} {% endblock %} {% block content_title %}
Showing only posts tagged {{ tag|e }}. Show all posts.
{% if tag.page and tag.page.content and articles_page.number == 1 %}

{% if tag.page.title %}{{ tag.page.title }}{% else %}{{ tag|e }}{% endif %}

{{ tag.page.content|rtrim|indent(8) }}
{% endif %} {% endblock %}