{{ post.score }}
r/{{ post.community }} • Posted by u/{{ post.author }} {{ post.time }}
{% extends "base.html" %}
{% block title %}Libreddit: u/{{ user.name }}{% endblock %}
{% block body %}
{% block header %}
Karma: {{ user.karma }} | Description: "{{ user.description }}"
r/{{ post.community }} • Posted by u/{{ post.author }} {{ post.time }}
{{ post.score }}
COMMENT • Posted by u/{{ post.author }} {{ post.time }}
{{ post.body }}