{% extends "template.html" %} {% block content %}
File
{% include "collection_list.html" %}

Friends Collections

{% for item in data[1] %} {% endfor %}
Collection Name Author Version
{{item.name}} {{item.author}} {{item.version}} downloadDownload
{% if data[2][0] %} {% endif %} {% endblock %}