{{p.author.sig_html | safe}} {% endif %}
{% extends "CHRISTMAS/default.html" %}
{% set ups=p.upvotes %}
{% set downs=p.downvotes %}
{% set score=ups-downs %}
{% if v %}
{% set voted=p.voted if p.voted else 0 %}
{% else %}
{% set voted=-2 %}
{% endif %}
{% block title %}
{% if p.award_count("wholesome") %}
{% endif %}
{% if p.award_count("wholesome") > 1 %}
This comment section is a ghost town...
{% else %}This comment section is a ghost town. Sign in
{% endif %}