Template fixes
[clinton/website/site-support.git] / templates / book-list.template
CommitLineData
4b5ecf15 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
e9cd500e 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 -->*
4b5ecf15 11
12<!-- TMPL_IF description --><!-- TMPL_VAR description --><!-- /TMPL_IF -->
13
14<!-- /TMPL_LOOP --><!-- /TMPL_LOOP -->