{% extends "base.html" %} {% block content %}

Search Results

Results for: {{ query }}

{% if pastes %} {% for paste in pastes %} {% endfor %}
ID Content Type Language URL
{{ paste.id }} {{ paste.content_type or "N/A" }} {{ paste.language or "N/A" }} {{ paste.url }}
{% else %}

No results found for your query.

{% endif %} Back to Dashboard
{% endblock %}