receptty.org/templates/search.html
2021-02-03 22:27:09 +01:00

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 %}