{% extends 'layout_page.twig' %} {% set page = 'files' %} {% block title %}P3X GitList{% endblock %} {% block content %} {% embed 'breadcrumb.twig' with {breadcrumbs: breadcrumbs} %} {% block extra %}
ZIP TAR
{% endblock %} {% endembed %} {% if results %} {% for result in results %} {% endfor %}
Name Match
  {{ result.file }}
                        {{ result.match }}
                    
{% else %}

The search found no results.

{% endif %} {% endblock %}