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 |