{% load static %} {% get_static_prefix as STATIC_PREFIX %}

See what our memberrs have been creating below.


{% for article in articles %}
{% if article.image %} {{ article.title }} {% endif %}

{{ article.title }}

{{ article.feed.author }}

{{ article.description|striptags|truncatewords:30 }}

View Original
{% if forloop.counter|divisibleby:3 %}
{% endif %} {% endfor %}