{% extends g.theme.master %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}}: {{post.title}}{% endblock %} {% block header %}{{post.title}}{% endblock %} {% block actions %} {% if h.has_access(post, 'write')() %} {% endif %} {{c.subscribe_form.display(value=subscribed, action='subscribe', style='icon')}} {% endblock %} {% block content %} {{c.form.display(value=post, base_post=base_post)}}
{% if post.discussion_thread and c.app.show_discussion %}