posthtml / posthtml-expressions

Use variables, JS-like expressions, and even markup-powered logic in your HTML.
Other
123 stars 20 forks source link

How can i use expression like this? #153

Open pow44feet opened 1 year ago

pow44feet commented 1 year ago

index.html `

{ "attributes": "header-fixed", }

`

header.html <header class="header" {{ attributes }}></header>

i checked out here i could do it via locals, can i do it using this way?