From ea7c2a7482b937c4d391402b7a89fb7b9c245992 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 11 Jan 2021 22:06:37 +0100 Subject: Added rendering of arguments --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c8feed5..d3cba3d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Put the result of a form in the template with `<%=`. ```html ``` @@ -49,3 +49,6 @@ Use the `render` function to include a template in another. and check if `about.lisp.html` exists * [ ] Makefile to compile and install * [ ] escape interpolated value +* [ ] file/directory command line arguments +* [ ] passing template variable in command line +* [ ] extends a base template (like Django) -- cgit