From fc9c7130b08ebc7ad4dbd0f16040251089c11f33 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 9 Jan 2021 01:48:36 +0100 Subject: Added injection of variable in scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e1d866..b317020 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Common Listp templating language. ## TODO * [x] value interpolation (e.g `<%= link %>`) -* [ ] insert variable in local scope +* [x] inject variable in local scope -- cgit