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

The search found no result.

{% endif %} {% endblock %}