mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-25 02:08:30 +02:00
refactor: extendable templates
refactor: simplification refactor: simplification
This commit is contained in:
18
html-router/templates/search/_layout.html
Normal file
18
html-router/templates/search/_layout.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% 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">
|
||||
<section class="mb-4">
|
||||
<div class="nb-panel p-3 flex items-center justify-between">
|
||||
{% block search_header %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</section>
|
||||
{% block search_results %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user