{{ article.title }}
{{ article.content }}
{% include 'twitter.html' %}
{% extends "base.html" %} {% block content_title %}{% endblock %} {% block content %} {% if articles %} {% for article in articles %} {% if loop.index == 1 %}