mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-17 23:14:08 +01:00
11 lines
303 B
HTML
11 lines
303 B
HTML
{% extends "search/_layout.html" %}
|
|
|
|
{% block search_header %}
|
|
<h1 class="text-xl font-extrabold tracking-tight">Search</h1>
|
|
<div class="text-xs opacity-70">Find documents, entities, and snippets</div>
|
|
{% endblock %}
|
|
|
|
{% block search_results %}
|
|
{% include "search/response.html" %}
|
|
{% endblock %}
|