I'm getting into Svelte, which is awesome, but because svelte and pug both do similar things with very different syntaxes with regards to JS-html integration, and they don't play as well together as I'd like.
There's some preprocess projects on git, but the caveats and syntaxes are weird and uncomfortable (just use !=
instead of =
to designate equals in attributes, etc.).
I'm hoping that there might be a subset of pug that just produces HTML output instead of all of the JS functionality.