index.html ` <include src="header.html"> { "attributes": "header-fixed", } </include> ` header.html `<header class="header" {{ attributes }}></header>` i checked out [here](https://github.com/posthtml/posthtml-expressions#locals) i could do it via locals, can i do it using this way?