mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-21 00:49:54 +01:00
11 lines
245 B
HTML
11 lines
245 B
HTML
{% extends "body_base.html" %}
|
|
|
|
{% block title %}Minne - Search{% endblock %}
|
|
|
|
{% block main %}
|
|
<div class="flex justify-center grow mt-2 sm:mt-4">
|
|
<div class="container">
|
|
{% include "search/response.html" %}
|
|
</div>
|
|
</div>
|
|
{% endblock %} |