d0d83c9b9a03de44e13888b9d1dc519b30645ef5
[clinton/website/site-support.git] / templates / book-list.template
1 #title A Not So Fancy Listing of Books
2
3 <!-- TMPL_LOOP authors -->
4 * <!-- TMPL_VAR name -->
5
6 <!-- TMPL_IF description --><!-- TMPL_VAR description --><!-- /TMPL_IF -->
7 <!-- TMPL_LOOP books -->
8 ** <!-- TMPL_VAR title -->
9
10 <!-- 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 -->*
11
12 <!-- TMPL_IF description --><!-- TMPL_VAR description --><!-- /TMPL_IF -->
13
14 <!-- /TMPL_LOOP --><!-- /TMPL_LOOP -->