{% extends 'base.html' %} {% block twittercard %} {% if SITEIMAGE %} {% elif GRAVATAR %} {% elif LOGO %} {% endif %} {% endblock twittercard %} {% block ogtags %} {% if SITEIMAGE %} {% endif %} {% endblock ogtags %} {% block content %} {% include 'article_list.html' %} {% endblock content %}