From 0f09dc148977e99551f749c350c29dc249b6b0ee Mon Sep 17 00:00:00 2001 From: Sven Harazim Date: Mon, 29 Apr 2024 15:03:53 +0200 Subject: [PATCH] Update MVCFramework.View.Renderers.Mustache to mORMot2 (#748) --- sources/MVCFramework.View.Renderers.Mustache.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/MVCFramework.View.Renderers.Mustache.pas b/sources/MVCFramework.View.Renderers.Mustache.pas index 147e2aec..328bf809 100644 --- a/sources/MVCFramework.View.Renderers.Mustache.pas +++ b/sources/MVCFramework.View.Renderers.Mustache.pas @@ -32,7 +32,8 @@ interface uses MVCFramework, System.SysUtils, System.Generics.Collections, MVCFramework.Commons, System.IOUtils, System.RTTI, - System.Classes, Data.DB, SynMustache, SynCommons, MVCFramework.IntfObjectPool; + System.Classes, Data.DB, MVCFramework.IntfObjectPool, + mormot.core.mustache, mormot.core.base, mormot.core.unicode; type { This class implements the mustache view engine for server side views }