{% extends "base.html" %} {% from "components/social_share.html" import share_buttons %} {% block content %}
{% if article.featured_image %} {% endif %} {% if article.summary %}

{{ article.summary }}


{% endif %}
{{ article.content|safe }}
{% endblock %}