{% macro taglink(tag) %} {{ tag }} {% endmacro %} {% macro tagcloud(tagcloud) %} {% endmacro %} {% macro searchbox(query="") %}
{% endmacro %} {% macro note_form_content(note) %}
Tags {% for tag in note.tags %} {% endfor %} {% for i in 0..10 %} {% endfor %}

Attachments

{% endmacro %} {% macro new_note() %}

New Note

{{ _self.note_form_content({}) }}
{% endmacro %}