From 8f9c05756700afd8c7a7008fe2445a8361346cdb Mon Sep 17 00:00:00 2001 From: clinton Date: Mon, 29 Sep 2008 02:04:33 +0000 Subject: [PATCH] Change template delimeters from to << >> --- books.lisp | 4 +++- templates/book-list.template | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) rewrite templates/book-list.template (93%) diff --git a/books.lisp b/books.lisp index 40d0b53..0715e2f 100644 --- a/books.lisp +++ b/books.lisp @@ -61,7 +61,9 @@ :element-type 'extended-char :if-exists :supersede :if-does-not-exist :create) - (let ((html-template:*string-modifier* #'identity)) + (let ((html-template:*string-modifier* #'identity) + (html-template:*template-start-marker* "<<") + (html-template:*template-end-marker* ">>")) (html-template:fill-and-print-template template-path (book-database-vars diff --git a/templates/book-list.template b/templates/book-list.template dissimilarity index 93% index d0d83c9..f4eaa4e 100644 --- a/templates/book-list.template +++ b/templates/book-list.template @@ -1,14 +1,14 @@ -#title A Not So Fancy Listing of Books - - -* - - - -** - -*Rating:* •• () / ** - - - - \ No newline at end of file +#title A Not So Fancy Listing of Books + +<> +* <> + +<><><> +<> +** <> + +<>*Rating:* <>•<><>•<> (<>) / <>*<>* + +<><><> + +<><> \ No newline at end of file -- 2.20.1