1
0
em.0x45.cz/templates/posts.html

16 lines
344 B
HTML

{% extends "index.html" %}
{% block title %}
{{ section.title }} — {{ config.title }}
{% endblock %}
{% block content %}
<h1>{{ section.title }}</h1>
<input class="search" type="search" placeholder="Search">
{{ macros::list_posts() }}
{% endblock content %}
{% block script %}
<script src="/js/search.js"></script>
{% endblock %}