- {{ post.parsed_post|raw }} + {{ post.parsed|raw }}
- {% if post.user.signature and post.post_signature %} + {% if post.poster.signature and post.signature %}
- {{ post.user.signature|raw|nl2br }} + {{ post.poster.signature|raw|nl2br }}
{% endif %}