#? stdtmpl | standard #proc genMain(c: var TData): string = # result = "" #end proc # # import snippet_html # import snippet_icons #proc genSecret(c: var TData, all_notebooks: var joplin_notebooks): string = # result = "" Document
# var title = templ_title("NOTEBOOKS") ${title} # for i in all_notebooks.title:

${i}

# end for

Column 2

Some text..

#end proc