{% extends 'base.html' %} {% load djinsight_tags %} {% block title %}Products - djinsight Example{% endblock %} {% block content %}
{{ product.description|truncatewords:15 }}
Visit the admin panel to create some products.