ZNC — VAR Title DEFAULT="Web Frontend" ?>
LOOP FAVLOOP ?>
LOOP CSSLoop ?>
LOOP JSLoop ?>
INC ExtraHeader.tmpl ?>
INC Navbar.tmpl ?>
INC Banner.tmpl ?>
INC MessageBar.tmpl ?>
INC LoginBar.tmpl ?>
REM ?>
In your subpage (module page or static page) you'll probably want to do something like this...
INC Header.tmpl ?>
This is my super cool sub page!
INC Footer.tmpl ?>
If you'd like to add your own local css file to be included after the global main.css, you can make your own Header.tmpl like so...
ADDROW CSSLoop HREF=/pub/your_local.css ?>
ADDROW JSLoop HREF=/pub/your_local.js ?>
INC BaseHeader.tmpl ?>
ENDREM ?>
INC BreadCrumbs.tmpl ?>