-
Hi and thanks for this great plugin. I took the liberty of not filling in the template because I suspect the "bug" might be PBKAC. The plugin works great on `*.html` files, however when I load `*.njk`…
-
As a pattern library template language Nunjucks leaves a lot to be desired.
The key point of a pattern library is to include some sub-template that by default renders a component or element but all…
-
```
4.0.0
org.sonatype.oss
oss-parent
7
jar
org.webjars
nunjucks
2.4.2-SNAPSHOT
nunjucks
WebJar for nunjucks
http://webjars.org
…
-
*This issue is a draft and is still being updated*
### Features
- [ ] Support `self` variable (#164)
- [ ] Support loop filtering (#261)
- [ ] Support loop controls (e.g. `break` / `continue`)…
-
I'd like to introduce new structure for nunjucks templates.
For now, we usually have **base(atoms)**, **components**, and pages are generated from any `.nunj` in **tpl** folder.
So, e.g. if you w…
-
Basic proof of concept in `https://github.com/11ty/eleventy/issues/989`
-
Any plans to add Nunjucks language? https://mozilla.github.io/nunjucks/
-
### Is this a regression?
No
### Description
I am trying to create a code-block which contains angular html template syntax
e.g. describing the use of transloco's directive
` {{ t('title') }…
-
CTFd makes heavy use of Jinja because of it's origins as a Flask app. Most other code in CTFd is linted and prettified but Jinja doesn't appear to have great open source tools to pull this off. This i…
-
Hi
It seems that Nunjucks inline if statement causing error in parsing:
Whenever I try to parse that file https://github.com/LotusTM/Kotsu/blob/master/source/layouts/_layout.nj it throughs following…