aboutsummaryrefslogtreecommitdiff
path: root/data/themes/sample-theme/templates/blog-list-item.html
blob: 7e9dddfd0095011843ad902093fc0846974942c9 (plain)
1
2
3
4
5
6
7
8
9
<div id='post-%{post_id}' class='post'>
  <div class='title'>%{name|h}</div>
  <div class='sub-title'>
    By <span class='created-by'>%{user_name|h}</span>
    at <span class='posted-at'>%{created_at|h}</span>
  </div>

  <div class='body'>%{body}</div>
</div>