{% extends "blog_base.html" %} {%block content_area %} {% for article in articles[:POST_LIMIT] %}
{% if article.link %}

{{article.title}}

{%else%}

{{article.title}}

{%endif%} {{article.category}} ?? Comments {{article.locale_date}}
{% if article.featured %} {% if article.type|lower =='image' %}
img
{% elif article.type|lower =='video' %} {% elif article.type|lower =='audio'%} {% endif %} {% endif %}

{% if article.summary %} {{ article.summary }} {% else %} {{ article.content[:196] }} + ' ...' {% endif %}

READ MORE
{% endfor %} {#% include 'pagination.html' %#} {%endblock%}