Přidání šablony a stránky pro vyhledávání

This commit is contained in:
Emil Miler 2020-07-27 18:32:14 +02:00
parent 26ecb4bec4
commit 9ff39da0e9
2 changed files with 13 additions and 0 deletions

4
content/vyhledavani.md Normal file
View File

@ -0,0 +1,4 @@
+++
title = "Vyhledávání"
template = "search.html"
+++

9
templates/search.html Normal file
View File

@ -0,0 +1,9 @@
{% extends "page.html" %}
{% block content %}
<main>
<section class="list">
list
</section>
</main>
{% endblock content %}