{{p.realurl(v)}}
{% endif %}
{% if p.embed %}
{% if p.domain in ['youtu.be','youtube.com'] and p.embed.startswith('
{{p.embed | post_embed(v) | safe}}
{% extends "default.html" %} {% block pagetitle %} {%- if focused_comment -%} @{{focused_comment.author_name}}'s comment on '{{p.plaintitle(v)}}' {%- else -%} {{p.plaintitle(v)}} {%- endif -%} {% endblock %} {% block pagetype %}thread{% endblock %} {% if IS_HOMOWEEN() and p.award_count("haunt", v) %} {% block hauntBg %}
{% endblock %} {% endif %} {% block head_final %} {% if not (v and v.poor) %} {% include "awards.html" %} {% if IS_FISTMAS() %} {% include "events/fistmas/awards.html" %} {% elif IS_HOMOWEEN() %} {% include "events/homoween/awards.html" %} {% endif %} {% endif %} {% endblock %} {% 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 %} {% set v_forbid_deleted = (p.deleted_utc != 0) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id == p.author_id) %} {% block actionsModal %} {% if v %}[Deleted by author.]