{% extends "base.html" %} {% block title %}Arch Linux - Todo Lists{% endblock %} {% block content %}
{% for list in todo_lists %}

{{list.name}}

{{list.description}}

{% endfor %}
{% load cdn %}{% jquery %} {% endblock %}