{# Basic extension of a common file #} {% extends "base_file.html" %} {% block title %}{{ section.title }}{% endblock %} {% block content %}
{{ story.longer_text|truncatewords:"100" }}
{% endfor %} {% endblock %} {# For loop example with specific content if empty #} {% for item in other_list %}