Added
- Moved most of
index.twig
tolayouts/_base.twig
and nowindex.twig
extends that base layout.
Fixed
- Was using the wrong method to get the site's CSRF Token and add it to the window for JS to use. Changed
craft.app.config.general.csrfToken
tocraft.app.request.csrfToken
.