{% extends "base.html" %} {% block content %}
Results for: {{ query }}
{% if pastes %}ID | Content Type | Language | URL |
---|---|---|---|
{{ paste.id }} | {{ paste.content_type or "N/A" }} | {{ paste.language or "N/A" }} | {{ paste.url }} |
No results found for your query.
{% endif %} Back to Dashboard