{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block content %}
{% include "header.html" %}
{% for item in liked %} {% if item.meta.object %} {{ utils.display_note(item.meta.object) }} {% endif %} {% endfor %}
{% endblock %}