{% extends "blog_base.html" %} {%block content_area %} {% for article in articles[:POST_LIMIT] %}
{% if article.summary %} {{ article.summary }} {% else %} {{ article.content[:196] }} + ' ...' {% endif %}