-
I think it'd be really cool if meta-template could batch-convert a collection or "suite" of templates into a supported format, and use knowledge of templates' inter-relationships to convert them in mo…
-
It appears that trying to bundle css from a nunjucks macro file using getBundleFileUrl results in a fatal error.
Here is the stacktrace (`` substituted for actual pc path):
```
[11ty] Problem wri…
-
### Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
### Any related issues?
_No response_
### What is the area that this feature belongs …
noraj updated
7 months ago
-
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…
-
Are there any undocumented caveats behind mass import of people? Because I am getting a stack error and server crash not upon immediate import, but after I later hit a URL slug which would pull on th…
-
Marko is a fast and lightweight HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering and custom tags.
Github: https://github.com/marko-js/m…
-
The build process of NJK crashes if the component name is the same as the template name while using the component plugin.
Steps to reproduce:
1. create a example template in `templates/example/e…
-
Hello team,
I think I discovered a pretty interesting bug. I get this server error which comes up when a very specific schema configuration is set:
```
Template render error: (default-page:page…
-
**Describe the bug**
Render error with curl like `curl https://www.example.com/ --header 'foo: {%22bar%22}'`
**To Reproduce**
Steps to reproduce the behavior:
1. create a new blank request
…
-
I have this:
```html
a{color:red}
a{color:blue}
```
And I get this:
```html
a{color:red}a{color:#00f}
```
But I expect this:
```html
a{color:#00f}
```
Or, at least this:
```html
a…