view themes/leftbar/comment-loop.inc @ 236:9e72fad938ee

Pass the "--blog-title" & "--blog-subtitle" along when building the demo.
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:21:33 +0100
parents ea9cb3e9020b
children
line wrap: on
line source

<!-- tmpl_if name='comments' -->
 <h3>Comments On This Entry</h3>
 <blockquote>
 <!-- tmpl_loop name='comments' -->
  <div class="entry">
  <div class="title"><!-- tmpl_var name='name' --></div>
  <div class="date"><!-- tmpl_var name='date' --></div>
  <div class="body"><!-- tmpl_var name='body' --></div>
  </div>
 <!-- /tmpl_loop -->
 </blockquote>
<!-- /tmpl_if -->