-
With nunjucks 1.3 I was able to do the following: `{{ model.getName() }}` but with 2.0 I'm unable to do this.
-
There was a problem with the Atom/RSS feed at /feed.xml. The error message says `error on line xx at column 17: Opening and ending tag mismatch: link line xx-1 and entry`. The specific line `xx` with …
-
### Is your feature request related to a problem? Please describe.
I'm trying to use excerpts to generate my site's meta description tags, but [the current implementation](https://www.11ty.dev/docs…
-
Good day!
I see a lot of formatting issues for twig. Let's look at one of them:
## System Info
- OS: ubuntu 20.04
- Python Version (``3.8.10``)
- djLint Version (``1.9.5`)
- template la…
-
When using object or array literals in templates, if I put a comma after the last item I get a `Template render error` with a message `unexpected token: ]` for arrays and `unexpected token: }` for obj…
-
Consider a simple pack template such as this:
```
---
version: '3.3'
services:
portainer:
image: "{{ image.repository }}:{{ image.tag }}"
deploy:
labels:
- "swarm-…
-
**Is your feature request related to a problem? Please describe.**
As an Eleventy (11ty) user, I struggle to integrate the existing WebC image component provided by unpic-img. While WebC works well f…
-
Would be awesome if `posthtml-expressions` offered support for filters, [like Nunjucks does](https://mozilla.github.io/nunjucks/templating.html#builtin-filters).
So you could do stuff like:
```j…
-
Template paths are stored in the shared `nunjucks.webpackDependencies` object as is, without being resolved, which may lead to the corresponding template references being overwritten as next templates…
-
I hope this makes sense...
I have created some blog posts using Strapi & 11ty and saving them into MD files to serve on the front end. Each MD file has a tag of "post" (to identify it as a post) an…