-
Hello!
I don't know if you are aware, but we are basically writing the same open-source project, Twig for Rust.
The end result is going to look a bit weird - two Twig engines for Rust!
I am creating…
-
Hello ,
in first i wanna thank u for this great bundle.
so i wanna know if this bundle support templating lik suluArticleBundle.
-
Is it possible that Jtwig does not autoescape by default? The way autoescape in Twig works is that it detects the desired escape method by the template file name.
ghost updated
5 years ago
-
Listed here are _"all"_ the languages that could be supported by onefetch - the checked lines are the ones already supported. Beside giving us a better idea of our coverage, this list can serve as a …
o2sh updated
8 months ago
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md)
- [X] I have already [searched in existing…
-
Is it possible to use [erusev/parsedown-extra](https://github.com/erusev/parsedown-extra/) with the MarkdownExtension?
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.7
### Bug descripti…
-
hi, its somehow possible something like this?
```
{% cache 'product' product %}
{{ product.id }}
{% cache 'category' category %}
{{ category.id }}
{% endcache %}
{% endcac…
patie updated
7 years ago
-
By default, dates are not translated in Grav, which is a concern for internationalization.
Translating dates is a challenge, but [jenssegers/date](https://github.com/jenssegers/date) does it very wel…
-
I am starting this conversation based on discussions in #3926. The basic problem is this:
In 1.8.*, the `$header` variable is generated right near the very start of the processing of a given reques…