mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh][mod] template refactor
This commit is contained in:
parent
3373b2c298
commit
0531706287
3 changed files with 11 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue