Skip to content
Snippets Groups Projects
Commit 386c0b1e authored by m39-ibrahim's avatar m39-ibrahim
Browse files

Upload New File

parent fa1e6368
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block content %}
{% if not results %}
<p>No matches found.</p>
{% else %}
{% for (i, filename, header, matches) in results %}
<h2>{{ filename }}</h2>
<p>{{ header }}</p>
{% for match in matches %}
<li>{{ match }}</li>
{% endfor %}
{% endfor %}
{% endif %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment