{% extends "base.html" %} {% block title %}Libreddit: u/{{ user.name }}{% endblock %} {% block body %} {% block header %}
libreddit. GITHUB
{% endblock %}

u/{{ user.name }}

Karma: {{ user.karma }} | Description: "{{ user.description }}"

{% for post in posts %}

{{ post.score }}

r/{{ post.community }} • Posted by {{ post.time }}

{% if post.flair.0 == "Comment" %} {% else if post.flair.0 == "" %} {% else %} {{ post.flair.0 }} {% endif %} {{ post.title }}


{% endfor %}
{% endblock %}