{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block description %}{{ article.summary|striptags|e }}{% 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.title }}

{% if SHARE %} Share Tweet {% endif %} {% if not MG_DISABLE_SUMMARY %}

{{ article.summary|striptags }}

{% endif %}
{{ article.content }}
{% include "partials/inline-tags.html" %}
{% if DISQUS_SITENAME %}
comments powered by Disqus {% endif %}
{% endblock %}