{% macro input(name, id, label, value='', type='text') -%}
{%- endmacro %} {% macro textarea(name, id, label, value='') -%}
{%- endmacro %} {% macro button(title) -%} {%- endmacro %} {% macro todo_item(href, title, description) -%}

{{ title }}

{{ description }}

{%- endmacro %}