#? stdtmpl(subsChar = '$', metaChar = '#') #import "../helpers/global", "../models/reminder", "../helpers/auth" #proc mainTemplateTop*(title, csrfToken: string): string = #let sections = getAllReminders() # result = "" ${title}
#end proc