faceleg / nunjucks-append

A nunjucks extension that allows one to create a tag and append content to it in subviews
13 stars 3 forks source link

Does this still work? #3

Closed BurnyLlama closed 3 years ago

BurnyLlama commented 3 years ago

I tried to use this some week ago, but couldn't get it to work.

I looked through some other issues and saw that you stated that you didn't know if it even worked anymore.

But I have no idea how to even use it, like how do I enable it? I tried creating a new nunjucks environment and so on, but I didn't seem to properly load it. IfDo you remember how to properly initialise it?

Thanks in advance :)

BurnyLlama commented 3 years ago

Actually, I got it to work now. Kind of. Only one problem: everything is autoescaped. So instead if getting a links that are clickable the full "Text" is escaped and rendered....

BurnyLlama commented 3 years ago

Fixed it.