<%pre> #include #include #include #include <%config> dburl; <%session scope="global"> std::string userName; bool isAdmin; <{ if (userName.size() == 0) { reply.setHeader("Location", "index"); return HTTP_MOVED_TEMPORARILY; } }> <&header title="--Template--"> <{ tntdb::Connection conn = tntdb::connectCached(dburl); }> <&footer>