f3169454bdc91b73e2fa5481f00e3feb5a334f12
[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_IF --> / *<!-- TMPL_VAR classification -->*
11
12 <!-- TMPL_IF description --><!-- TMPL_VAR description --><!-- /TMPL_IF -->
13
14 <!-- /TMPL_LOOP --><!-- /TMPL_LOOP -->