{% extends "base.html" %} {% from "components/social_share.html" import share_buttons %} {% block content %}
{% if article.published_at %} Publicado el {{ article.published_at }} {% else %} Creado el {{ article.created_at }} {% endif %}
{{ article.summary }}