|
|
# Template `base.html`
|
|
|
|
|
|
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 |
|
|
|
| **styling** ||
|
|
|
| `pre-style` | Define / load some styles __before__ the generic ones |
|
|
|
| `style` | Change the already existing imports for the generic created styles |
|
|
|
| `post-style` | Define / load some styles __after__ the generic ones |
|
|
|
| **html body** ||
|
|
|
| `pre-style` | Define / load some styles __before__ the generic ones |
|
|
|
| `pre-style` | Define / load some styles __before__ the generic ones |
|
|
|
| `pre-style` | Define / load some styles __before__ the generic ones | |