{% extends "base.html" %} {% block title %}Libreddit: u/{{ user.name }}{% endblock %} {% block body %} Hot New Top {% for post in posts %} {% if post.title != "Comment" %} {{ post.score }} {% if post.nsfw %}NSFW{% endif %} r/{{ post.community }} • u/{{ post.author }} {% if post.author_flair.0 != "" %} {{ post.author_flair.0 }} {% endif %} {{ post.time }} {% if post.flair.0 == "Comment" %} {% else if post.flair.0 == "" %} {% else %} {{ post.flair.0 }} {% endif %} {{ post.title }} {% else %} {{ post.score }} COMMENT {{ post.time }} {{ post.body }} {% endif %} {% endfor %} {% endblock %}
{{ post.score }}
COMMENT {{ post.time }}
{{ post.body }}