{% assign annotation = include.annotation %}
{{ annotation.user | remove: "acct:" | replace: "@hypothes.is", '@hypothes.is' }} {{ annotation.updated | date_to_string }}
{% for tag in annotation.tags %} {% include badge.html name=tag %} {% endfor %} {{ annotation.text | markdownify }}
Reply