{% extends "base.html" %} {% block title %}{{article.title}}{% endblock %} {% block body %}
{{article.title}}
{{article.short_story}}
{% if article.images is not empty %} {% endif %} {{article.full_story|raw}}
{% endblock %}