{% extends "base.html" %} {% import "utils.html" as utils %} {% block title %}Libreddit: search results - {{ params.q }}{% endblock %} {% block subscriptions %} {% call utils::sub_list("", "narrow") %} {% endblock %} {% block content %}
{{ subreddit.name }} • {{ subreddit.subscribers }} Members
{{ subreddit.description }}
{% endfor %}r/{{ post.community }} • u/{{ post.author.name }} • {{ post.rel_time }}
{% if post.flair.flair_parts.len() > 0 %} {% call utils::render_flair(post.flair.flair_parts) %} {% endif %} {{ post.title }}{% if post.flags.nsfw %} NSFW{% endif %}
{% if (prefs.layout.is_empty() || prefs.layout == "card") && post.post_type == "image" %} {% else if post.post_type != "self" %} {% if post.thumbnail.url.is_empty() %} {% else %} {% endif %} {% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %} {% endif %}
{{ post.score }}
COMMENT {{ post.rel_time }}
{{ post.body }}