FancyMain

fancier wrapper to cgi.d's GenericMain - does most the work for you, so you can just write your class and be done with it Note it creates a session for you too, and will write to the disk - a csrf token. Compile with -version=no_automatic_session to disable this.

mixin template FancyMain (
T
Args...
) {}
Suggestion Box / Bug Report