1
4
Fork 1

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

master
Emil Miler 4 years ago
parent 26ecb4bec4
commit 9ff39da0e9

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

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