forked from em/receptty.org
16 lines
348 B
HTML
16 lines
348 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block content %}
|
|
<main>
|
|
<h2>Hledání a filtry</h2>
|
|
<div class="filters">
|
|
<input type="text" id="name" placeholder="Název">
|
|
<input type="text" id="name" placeholder="Název">
|
|
<input type="text" id="name" placeholder="Název">
|
|
</div>
|
|
<section class="list">
|
|
list
|
|
</section>
|
|
</main>
|
|
{% endblock content %}
|