{% extends 'note/base.html' %} {% block content %}
{{ note.title }}
Status: {% if note.done %} done {% else %} undone {% endif %} .
{{ note.text }}
{% endblock %}