Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
- fix docsChanges:

- fix docsChanges:

- fix docsChanges:

- fix docsChanges:

- fix docsChanges:

- fix docsChanges:

- fix docsChanges:

- fix docsChanges:

- fix docs
  • Loading branch information
devkral committed Nov 28, 2024
1 parent 6abbaa4 commit 2922ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/docs/configurations/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TemplateConfig is a simple set of configurations that when passed enables the template engine.

!!! info
Currently Esmerald supports `Jinja2` or `mako` (deprecated).
Currently Esmerald supports `Jinja2` or `mako` (deprecated). Mako will be removed in the release 3.6.0 of Esmerald.

It is important to understand that you don't need to use the provided `JinjaTemplateEngine` or `MakoTemplateEngine`
from Esmerald within the `TemplateConfig`.
Expand All @@ -20,7 +20,7 @@ You are free to build your own and pass it to the `TemplateConfig`. This way you
You will notice the name of the parameters in the `TemplateConfig` match maority of the jinja2 implementation.

!!! Warning
The `Mako` engine integration is deprecated.
The `Mako` engine integration, due to its own limitations, will be not supported by Esmerald from version 3.6.0.

## TemplateConfig and application

Expand Down

0 comments on commit 2922ac5

Please sign in to comment.