jessite/themes/terminette/templates/home.html

15 lines
258 B
HTML
Raw Permalink Normal View History

{% extends "index.html" %}
{% block content %}
<div class="homepage">
<div>
{{ section.content | safe }}
</div>
<div>
<h1>Recent Posts</h1>
{{ post_macros::list_recent_posts() }}
</div>
</div>
{% endblock content %}