{% 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 }} {% if post.author_flair.0 != "" %} {{ post.author_flair.0 }} {% endif %} {{ post.time }}
{{ post.title }} {% if post.flair.0 != "" %} {{ post.flair.0 }} {% endif %} {% if post.post_type == "image" %} {% else if post.post_type == "video" %}
{{ item.score }}
u/{{ item.author }} {% if item.flair.0 != "" %} {{ item.flair.0 }} {% endif %} • {{ item.time }}
{{ item.body }}
{%- endmacro %} {% macro close() %}