{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}{{ config.NAME }}: "{{ note.activity.object.content | html2plaintext | truncate(50) }}"{% endblock %} {% block header %} {% endblock %} {% block content %}
{% include "header.html" %} {{ utils.display_thread(thread, likes=likes, shares=shares) }}
{% endblock %}