receptty.org/templates/search.html

16 lines
348 B
HTML
Raw Normal View History

2021-02-02 21:46:24 +01:00
{% extends "index.html" %}
{% block content %}
<main>
2021-02-02 21:46:24 +01:00
<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 %}