blob: aeabd42340374f8c379d68c0567c5ed327c0e3b6 [file] [log] [blame]
[*- Heading *]
<h1>Book [%=index%]: [%=book.a_title%]</h1>
[*- List of authors *]
<h2>Authors</h2>
<ul>
[%for (author in book.c_author) { %]
<li>[%=author.text%]
[%}%]
</ul>