nim-theNewWeb/tmpl/test.tmpl

15 lines
257 B
Cheetah

#? stdtmpl | standard
#
#proc test_notebooks(c: var TData, all_notebooks: var string): string =
# result = ""
<html>
<body>
<!--<main class="content">Windows Info !! ${c.username} ${c.email}</main>-->
<h3>
${all_notebooks}
</h3>
</html>
</body>
#end proc