{% extends "default.html" %} {% set title=p.title %} {% set ups=p.upvotes_fuzzed %} {% set downs=p.downvotes_fuzzed %} {% set score=ups-downs %} {% if v %} {% set voted=p.voted if p.voted else 0 %} {% else %} {% set voted=-2 %} {% endif %} {% block title %} {% if comment_info and not comment_info.is_banned and not linked_comment.deleted_utc > 0 %} {{'@'+comment_info.author.username}} comments on "{{title}} - {{"SITE_NAME" | app_config}}" {% if comment_info.edited_utc %}{% endif %} {% if linked_comment.author.is_private %} {% endif %} {% else %} {{title | safe}} - {{"SITE_NAME" | app_config}} {% if p.edited_utc %}{% endif %} {% if p.author.is_private %} {% endif %} {% endif %} {% endblock %} {% block pagetype %}thread{% endblock %} {% block actionsModal %} {% endblock %} {% block content %} {% if p.has_award("shit") %} {% endif %}
{% if p.thumb_url and not p.embed_url %}
Unable to load image
{% endif %}
{% if p.realurl(v) %}

{{p.realtitle(v) | safe}}

{% else %}

{{p.realtitle(v) | safe}}

{% endif %}
{% if p.realurl(v) %} {% if "streamable.com/" in p.realurl(v) %} {% if "streamable.com/e/" in p.realurl(v) %} {% set streamurl=p.realurl(v) %} {% else %} {% set streamurl=p.realurl(v).replace("streamable.com/", "streamable.com/e/") %} {% endif %}

								
							{% elif "spotify.com/" in p.realurl(v) %}
								{% if "spotify.com/embed/" in p.realurl(v) %}
									{% set streamurl=p.realurl(v) %}
								{% else %}
									{% set streamurl=p.realurl(v).replace("spotify.com", "spotify.com/embed") %}
								{% endif %}
								
								


							{% elif not p.embed_url and not p.is_image %}
							
								
{{p.domain|truncate(30, True)}}
{% endif %} {% endif %} {{p.realbody(v) | safe}} {% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %} {% include "site_embeds/twitterlight.html" %} {% elif "twitter.com" in p.domain %} {% include "site_embeds/twitter.html" %} {% elif "youtu" in p.domain %} {% include "site_embeds/youtube.html" %} {% elif "instagram.com" in p.domain %} {% include "site_embeds/instagram.html" %} {% endif %}
{% if v and v.id==p.author_id and not v.is_banned %} {% endif %}
{% if v %}
{{score}}
{% else %}
{{score}}
{% endif %}
  • {{p.comment_count}}
  • Share
  • {% if v %}
  • {% endif %}
  • {% if v %} {% else %} {% endif %} {{score}} {% if v %} {% else %} {% endif %}
{% if p.active_flags %}
Reported by:

        
    
{% endif %}
{% if v %} {% endif %}
        Comment
{% if not v and not p.is_banned %}
{% if p.comment_count >= 2 %}
Jump in the discussion.

No email address required.

Sign up Sign in
{% endif %} {% endif %} {% if p.replies %}
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %}
{% elif not p.replies and p.deleted_utc == 0 %}

Be the first to comment!

{% if v %}

This comment section is a ghost town...

{% else %}

This comment section is a ghost town. Sign in

{% endif %}
{% endif %}
{% if v and v.id==p.author_id %} {% include "delete_post_modal.html" %} {% endif %} {% include "delete_comment_modal.html" %} {% endblock %} {% block GIFtoast %} {% endblock %} {% block GIFpicker %} {% if v %} {% include "gif_modal.html" %} {% include "emoji_modal.html" %} {% endif %} {% endblock %}