Update base authored by Tim Fechner's avatar Tim Fechner
...@@ -10,11 +10,14 @@ This list shows all available blocks in this template ...@@ -10,11 +10,14 @@ This list shows all available blocks in this template
|---|---| |---|---|
| `title` | Set/change the Pages `<title></title>` value | | `title` | Set/change the Pages `<title></title>` value |
| `meta` | Space for more meta attributes | | `meta` | Space for more meta attributes |
| **styling** || | **styles** ||
| `pre-style` | Define / load some styles __before__ the generic ones | | `pre-style` | Define / load some styles __before__ the generic ones |
| `style` | Change the already existing imports for the generic created styles | | `style` | Overwrite the already existing imports for the generic created styles |
| `post-style` | Define / load some styles __after__ the generic ones | | `post-style` | Define / load some styles __after__ the generic ones |
| **html body** || | **scripts** ||
| `pre-style` | Define / load some styles __before__ the generic ones | | `pre-script` | Define / load some scripts __before__ the generic ones |
| `pre-style` | Define / load some styles __before__ the generic ones | | `script` | Overwrite the already existing imports for the generic created scripty |
| `pre-style` | Define / load some styles __before__ the generic ones | | `post-script` | Define / load some scripts __after__ the generic ones |
| **body** ||
| `body` | Define html body content here |
| `tracking` | Overwrite generic tracking snippets |