{%extends 'base.html'%} {%block content%} {{ task.title }} {% if task.completed %} Completed {%else%} Pending {%endif%} {{task.description}} {%endblock content%}
{{task.description}}