{{ post.message|urlize|nl2br }}
{% if show_comments %}-
{% for comment in post.comments %}
- {{ comment.from.name }} {{ comment.message|urlize|nl2br }} # {% endfor %}
{% extends 'base.html' %} {% block title %}{{ group.name }}{% if q %} > Search: {{ q }}{% endif %}{% endblock %} {% macro print_post(post, show_comments=False) %}
{{ post.message|urlize|nl2br }}
{% if show_comments %}