{% set title = 'Todo List' %} {% set filename = 'ui-widgets-todolist.html' %} {% extends 'src/layouts/master.html' %} {% block content %}
A decorated, sortable todo-list implementation.