From cfbe8663258eb4aa7de6142e2c55cc512230806a Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Mon, 27 Feb 2023 19:10:38 +0200 Subject: [PATCH] Add a bit more instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2608bc6..22b4a4f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ Since Gleam has no metaprogramming, the parsing of templates needs to be done at whenever deemed necessary when templates have changed). The resulting AST should be stored for later use in e.g. ETS, process state, persistent_term… +Glemplate does not offer any tooling for reading templates currently. You will need to use +whatever method appropriate for your situation: reading from files, compiling the strings in the +app, reading from a database… + ## Limitations - Static values in templates in place of variables aren't supported.