{% extends "embeds/embed_default.html" %} {% set score=p.score_fuzzed %} {% block title %} {{p.title | safe}} {% endblock %} {% block pagetype %}thread{% endblock %} {% block content %}
{% if p.thumb_url %}
Unable to anonymously load image
{% endif %}
{% if p.url %}

{{p.title | safe}}

{% else %}

{{p.title | safe}}

{% endif %}
{{p.body_html | safe}}
{{score}}
{% endblock %}