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

todo: {{ todo.slug }} | {{ todo.title }}

{% if todo.body %}
{{ todo.body }}
{% endif %}

updated: {{ todo.updated_at }} | created:{{ todo.created_at }}

{% endblock %}