{% extends "base.html" %} {% import "utils.html" as utils %} {% block title %}Libreddit: search results - {{ params.q }}{% endblock %} {% block content %}
{{ post.score }}
{% if post.flags.nsfw %}r/{{ post.community }} • u/{{ post.author }} {% if post.author_flair.0 != "" %} {{ post.author_flair.0 }} {% endif %} {{ post.time }}
{% if post.flair.0 != "" %} {{ post.flair.0 }} {% endif %} {{ post.title }}
{{ post.score }}
COMMENT {{ post.time }}
{{ post.body }}