{{ article['title'] }}
{% if article.get('description') %}{{ article['description'] }}
{% endif %} {% if article.get('content') %}{{ article['content'] }}
{% endif %}
{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{{ article['description'] }}
{% endif %} {% if article.get('content') %}