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

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

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