{% extends "base.html" %} {% import "utils.html" as utils %} {% block title %}{{ post.title }} - r/{{ post.community }}{% endblock %} {% block search %} {% call utils::search(["/r/", post.community.as_str()].concat(), "") %} {% endblock %} {% block root %}/r/{{ post.community }}{% endblock %}{% block location %}r/{{ post.community }}{% endblock %} {% block head %} {% call super() %} {% endblock %} {% block subscriptions %} {% call utils::sub_list(post.community.as_str()) %} {% endblock %} {% block content %}
r/{{ post.community }}
•
u/{{ post.author.name }}
{% if post.author.flair.flair_parts.len() > 0 %}
{% call utils::render_flair(post.author.flair.flair_parts) %}
{% endif %}
•
{{ post.rel_time }}
{% if !post.awards.is_empty() %}
•
{% for award in post.awards.clone() %}
{{ award.count }}
{% endfor %}
{% endif %}
{{ image.caption }}
{% if image.outbound_url.len() > 0 %}{{ image.outbound_url }} {% endif %}