forked from em/receptty.org
Přidání šablony a stránky pro vyhledávání
This commit is contained in:
parent
26ecb4bec4
commit
9ff39da0e9
4
content/vyhledavani.md
Normal file
4
content/vyhledavani.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
+++
|
||||||
|
title = "Vyhledávání"
|
||||||
|
template = "search.html"
|
||||||
|
+++
|
9
templates/search.html
Normal file
9
templates/search.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{% extends "page.html" %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<main>
|
||||||
|
<section class="list">
|
||||||
|
list
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user