From 2922ac5faf82cf81b7c783d0be27d01a8e440e37 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 28 Nov 2024 11:07:50 +0100 Subject: [PATCH] Changes: - fix docsChanges: - fix docsChanges: - fix docsChanges: - fix docsChanges: - fix docsChanges: - fix docsChanges: - fix docsChanges: - fix docsChanges: - fix docs --- docs/en/docs/configurations/template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/configurations/template.md b/docs/en/docs/configurations/template.md index 5f1064db..39bc3428 100644 --- a/docs/en/docs/configurations/template.md +++ b/docs/en/docs/configurations/template.md @@ -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`. @@ -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