{{ article.title }}
{% if SHARE %} Share Tweet Share {% endif %} {% if not MG_DISABLE_SUMMARY %}{{ article.summary|striptags }}
{% endif %}{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block description %}{{ article.summary|striptags }}{% endblock %} {% block seo %} {% if article.summary %} {% endif %} {% if article.date %} {% endif %} {% if article.modified %} {% endif %} {% if article.author %} {% endif %} {% for tag in article.tags %} {% endfor %} {% if article.image %} {% elif META_IMAGE %} {% endif %} {% endblock %} {% block content %}
{{ article.summary|striptags }}
{% endif %}