% html(); return; /* vim:set ft=sitecing: */ %%var bool b_strict = true; <%decl> using std::string; <%method void html() %> % if(b_strict){ % }else{ % } % __SCIF->headers["Content-Type"] = "text/html"; <% title() %> % body(); <%codemethod string title() %> return "untitled"; <%method void body() %>