{% extends 'base.html' %} {% load djinsight_tags %} {% block title %}Articles - djinsight Example{% endblock %} {% block content %}
{{ article.content|truncatewords:15 }}
By {{ article.author }} on {{ article.published_at|date:"M d, Y" }}
Visit the admin panel to create some articles.