mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-08 21:04:17 +00:00
7 lines
117 B
HTML
7 lines
117 B
HTML
{% extends "browse.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block header %}
|
|
<h3>{% trans "Search results" %}</h3>
|
|
{% endblock %}
|