From: clinton Date: Mon, 29 Sep 2008 02:04:33 +0000 (+0000) Subject: Change template delimeters from to << >> X-Git-Url: https://git.hcoop.net/clinton/website/site-support.git/commitdiff_plain/8f9c05756700afd8c7a7008fe2445a8361346cdb Change template delimeters from to << >> --- 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