base.html
Template This HTML5 base template defines the very basic definition of an html site. It defines some meta tags like charset
and viewport
for mobile navigation, defines a changeable page title and loads the base styles and javascript.
available blocks
This list shows all available blocks in this template
Block name | Description |
---|---|
title |
Set/change the Pages <title></title> value |
meta |
Space for more meta attributes |
styles | |
pre-style |
Define / load some styles before the generic ones |
style |
Overwrite the already existing imports for the generic created styles |
post-style |
Define / load some styles after the generic ones |
scripts | |
pre-script |
Define / load some scripts before the generic ones |
script |
Overwrite the already existing imports for the generic created scripty |
post-script |
Define / load some scripts after the generic ones |
body | |
body |
Define html body content here |
tracking |
Overwrite generic tracking snippets |