{% extends "base.html" %} {% block content %}

Story: {{ object.name }}

Descipton:

{{ object.description }}

Tasks:

    {% for task in tasks %}
  1. {{ task.name }}
  2. {% endfor %}
{% endblock %}