{% extends "base.html" %} {% import "utils.html" as utils %} {% block search %} {% call utils::search("".to_owned(), "", "") %} {% endblock %} {% block title %}{{ user.name.replace("u/", "") }} (u/{{ user.name }}) - Libreddit{% endblock %} {% block subscriptions %} {% call utils::sub_list("") %} {% endblock %} {% block body %} {% call utils::options(sort.0, ["hot", "new", "top"], "") %} {% if sort.0 == "top" %} {% call utils::options(sort.1, ["hour", "day", "week", "month", "year", "all"], "all") %} {% endif %} → {% for post in posts %} {% if post.flags.nsfw && prefs.show_nsfw != "on" %} {% else if post.title != "Comment" %} {% call utils::post_in_list(post) %} {% else %} {{ post.score.0 }} COMMENT {{ post.rel_time }} {{ post.body }} {% endif %} {% endfor %} {% if prefs.use_hls == "on" %} {% endif %} {% endblock %}
{{ post.score.0 }}
{{ post.body }}
{{ post.score.0 }}
COMMENT {{ post.rel_time }}
{{ post.body }}