{% extends "base.html" %} {% block title %}Palinode · {{ title }}{% endblock %} {% block crumb %}memory / {{ category or "uncategorized" }} / {{ slug }}{% endblock %} {% block health_pill %} {% if broken_seal %} tampered {% else %} verified {% endif %} {% endblock %} {% block content %}
{{ kicker }}

{{ title }}

id {{ memory_id }} {% if confidence is not none %}confidence {{ confidence }}{% endif %} {% if recall_count %}recalled {{ recall_count }}×{% endif %} {% for chip in extra_chips %}{{ chip.label }} {{ chip.value }}{% endfor %}
{{ body_html | safe }}
{% endblock %}