{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ post.url|shorten_url }} {% if post.type == post_type_link %} (domain) {% endif %}
{% endif %}submitted {{ moment(post.posted_at).fromNow() }} by {{ post.author.user_name }}
{{ post.url|shorten_url }} {% if post.type == post_type_link %} (domain) {% endif %}
{% endif %}submitted {{ moment(post.posted_at).fromNow() }} by {{ post.author.user_name }}
{% endif %}{{ _('Comments are disabled for this post.') }}
{% endif %}{{ post.community.description|safe }}
{{ post.community.rules|safe }}
{% if len(mods) > 0 and not post.community.private_mods %}