{% extends 'tasks/base.html' %} {% block title %}Dashboard{% endblock %} {% block content %}
{{ task.description|truncatechars:100 }}
Click the "Add New Task" button to create your first task.