#? stdtmpl(subsChar = '$', metaChar = '#') #import user #import xmltree # #proc renderMain*(body: string): string = Nitter
${body}
#end proc # #proc renderSearchPanel*(): string =
#end proc # #proc renderError*(error: string): string =
${error}
#end proc # #proc showError*(error: string): string = ${renderMain(renderError(error))} #end proc