{% extends "default.html" %} {% block title %} {{SITE_NAME}} {% endblock %} {% block content %} {% if thing %}
	

Info

{{thing.permalink}}

Author: @{{thing.author.username}}

Author Created At: {{thing.author.created_datetime}}

Author Truescore: {{thing.author.truecoins}}

Upvotes: {{ups | length}}

Downvotes: {{downs | length}}

Upvotes

{% for vote in ups %} {% endfor %}
User User truescore
{{vote.user.username}} {{vote.user.truecoins}}

Downvotes

{% for vote in downs %} {% endfor %}
User
{{vote.user.username}}
{% endif %} {% endblock %}