#? stdtmpl | standard #proc genMain(c: var TData): string = # result = "" #end proc # # import snippet_html # import snippet_icons #proc genSecret(c: var TData, columnLeftInfo: var ColomnLeftData): string = # result = "" Document
# if columnLeftInfo.option == newNote:

New Note

Todo ...
# elif columnLeftInfo.option == search:

Search

Todo ...
# elif columnLeftInfo.option == shortcuts:

Shortcuts

Todo ...
# elif columnLeftInfo.option == notes:

Notes

# for i in columnLeftInfo.j_notes.title:

${i}

# end for
# elif columnLeftInfo.option == notebooks:

Notebooks

# for i in columnLeftInfo.j_notebooks.title:

${i}

# end for
# elif columnLeftInfo.option == tags:

Tags

# for i in columnLeftInfo.j_tags.title:

${i}

# end for
# end if

Column 2

Some text..

#end proc