posthtml-expressions
posthtml-expressions copied to clipboard
How can i use expression like this?
index.html
<include src="header.html"> { "attributes": "header-fixed", } </include>
header.html
<header class="header" {{ attributes }}></header>
i checked out here i could do it via locals, can i do it using this way?