Change template delimeters from <!-- --> to << >>
[clinton/website/site-support.git] / templates / book-list.template
dissimilarity index 93%
index d0d83c9..f4eaa4e 100644 (file)
@@ -1,14 +1,14 @@
-#title A Not So Fancy Listing of Books
-
-<!-- TMPL_LOOP authors -->
-* <!-- TMPL_VAR name -->
-
-<!-- TMPL_IF description --><!-- TMPL_VAR description --><!-- /TMPL_IF -->
-<!-- TMPL_LOOP books -->
-** <!-- TMPL_VAR title -->
-
-<!-- TMPL_IF ratingp -->*Rating:* <class name="rating-good"> <!-- TMPL_REPEAT rating-good -->•<!-- /TMPL_REPEAT --></class><class name="rating-bad"><!-- TMPL_REPEAT rating-bad -->•<!-- /TMPL_REPEAT --> </class> (<!-- TMPL_VAR rating-good -->) / <!-- /TMPL_IF -->*<!-- TMPL_VAR classification -->*
-
-<!-- TMPL_IF description --><!-- TMPL_VAR description --><!-- /TMPL_IF -->
-
-<!-- /TMPL_LOOP --><!-- /TMPL_LOOP -->
\ No newline at end of file
+#title A Not So Fancy Listing of Books
+
+<<TMPL_LOOP "authors">>
+* <<TMPL_VAR "name">>
+
+<<TMPL_IF "description">><<TMPL_VAR "description">><</TMPL_IF>>
+<<TMPL_LOOP "books">>
+** <<TMPL_VAR "title">>
+
+<<TMPL_IF "ratingp">>*Rating:* <class name="rating-good"> <<TMPL_REPEAT "rating-good">>•<</TMPL_REPEAT>></class><class name="rating-bad"><<TMPL_REPEAT "rating-bad">>•<</TMPL_REPEAT>> </class> (<<TMPL_VAR "rating-good">>) / <</TMPL_IF>>*<<TMPL_VAR "classification">>*
+
+<<TMPL_IF "description">><<TMPL_VAR "description">><</TMPL_IF>>
+
+<</TMPL_LOOP>><</TMPL_LOOP>>
\ No newline at end of file