{% extends "base.html" %} {% block body %}
{% for task in tasks %}
{{ task.name.ljust(30) }} {{ task.doc }}
{% endfor %}
{% endblock %}