mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

comments.html (235B)


      1 <ul class="comments">
      2 {{#comments}}
      3   <li class="comment">
      4     <span class="comment author">{{author}}</span>
      5     <p class="comment content">{{comment}}</p>
      6     <span class="comment timestamp">{{ts}}</span>
      7   </li>
      8 {{/comments}}
      9 </ul>