2 <div class="avatar"><a href="${c.post.creator.url}"><img src="/xib_normal.png" width="32" height="32" /></a></div>
5 <div class="details"><small><span class="author"><strong><a href="${c.post.creator.url}">${h.literal(c.post.creator.name)}</a></strong></span> • <a href="${c.post.url}" title="permalink">${c.post.creation_timestamp}</a>
6 &bull <a href="${c.post.url}/edit?redir=${c.current_url}">edit</a>
7 &bull <a href="${c.post.url}/delete?redir=${c.current_url}">delete</a>
10 % if hasattr(c.post, 'name') and len(c.post.name):
11 <big>${c.post.name}</big>
13 % if hasattr(c.post, 'deletion_status') and c.post.deletion_status is True:
14 % if hasattr(c.post, 'deletion_timestamp'):
15 <p class="lo-contrast"><em>Post deleted at ${c.post.deletion_timestamp}</em></p>
17 <p class="lo-contrast"><em>Post deleted</em></p>
20 ${h.literal(h.markdown.markdown(c.post.content, safe_mode="escape"))}
24 <div class="details"><small><a href="">${c.post.children_count()} direct responses, 25 responses in total, 10 likes</a></small></div>