This is a .pug file
This template is rendered at request-time by the server. It is not static. Request data is rendered below...
State Data
Note that the instanceID
changes on each request.
{
"context": {},
"instanceID": "1c5j135",
"store": {
"icon": "👢",
"hCards": {
"items": [
"redacted for brevity"
]
},
"currentlyPlaying": {}
},
"attrs": {
"foo-bar": "baz"
}
}
Web Components + Enhance
Pug allows raw HTML.
This includes custom elements that can then be rendered by Enhance.
Here's this site's footer:
neat, eh?