{% extends 'spire/page/full_page.html' %} {% load comment_tags %} {% block page_content %}
{% include 'spire/file/card/demo_detail_card.html' %}
{% include 'spire/file/card/demo_filler_card.html' %}
{% include 'spire/file/card/demo_file_list_card.html' with queryset=file_list %}
{% endblock %}