mirror of
https://github.com/searxng/searxng.git
synced 2026-06-04 08:57:17 +02:00
[enh][mod] template refactor
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<form method="post" action="">
|
||||
<input type="text" name="q" value="{{ q }}" autocomplete="off" />
|
||||
<input type="submit" value="search" />
|
||||
</form>
|
||||
{% include 'search.html' %}
|
||||
{% for result in results %}
|
||||
<div class="result">
|
||||
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
|
||||
|
||||
Reference in New Issue
Block a user