@if post.nsfw
click to show post (nsfw)
@post.body
@else
@post.body
@end
likes: @{app.get_net_likes_for_post(post.id)}
posted at: @post.posted_at
@if ctx.is_logged_in() && !user.automated
reply
@end
@if ctx.is_logged_in() && (post.author_id == user.id || user.admin)
@if post.author_id == user.id
manage post:
edit
@end
@if user.admin
admin powers
@end
@end
@include 'partial/footer.html'