Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Layout = HTML5( TITLE("test"), BODY( LoginState_, BR(), Nav_, BR(), H1("Hello World"), DIV(Main_), ), )
View Source
var LoginState_ = placeholder.New(types.HTML("loginstate"))
View Source
var Main_ = placeholder.New(types.HTML("main"))
Functions ¶
func NavHandler ¶
func NavHandler(rw http.ResponseWriter, req *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.