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

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

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