blob: f2c6c9f7af1b3fe5a84d81aac44722891c35e432 (
plain)
1
2
3
4
5
6
7
8
  | 
<div class='guff-blog-list-item'>
  <b>%{name|h}</b><br/>
  <b>
    by <span class='user'>%{user_name|h}</span>
    on <span class='date'>%{posted_at_text|h}</span>
  </b><br/><br/>
  %{body}
</div>
 
  |