posthtml-expressions icon indicating copy to clipboard operation
posthtml-expressions copied to clipboard

How can i use expression like this?

Open ole-an opened this issue 2 years ago • 0 comments

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?

ole-an avatar Jun 19 '23 11:06 ole-an