r/{{ post.community }} • u/{{ post.author }} {% call utils::render_flair(post.author_flair) %} • {{ post.time }}
{{ post.title }} {% call utils::render_flair(post.flair) %} {% if post.post_type == "image" %}{{ post.body }}
{% 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 %} {% macro comment(item) -%}
{{ post.score }}
{% if post.flags.nsfw %}r/{{ post.community }} • u/{{ post.author }} {% call utils::render_flair(post.author_flair) %} • {{ post.time }}
{{ post.title }} {% call utils::render_flair(post.flair) %} {% if post.post_type == "image" %}
{{ item.score }}
u/{{ item.author }} {% call utils::render_flair(item.flair) %} {{ item.time }}
{{ item.body }}
{%- endmacro %} {% macro close() %}