jessite/themes/terminette/templates/home.html
Jessica Canady 89b73b5413
Just add the theme straight to this repo.
It can be open-sourced in a way better way than having to edit it, push,
then clone. That workflow is just *ugh.*
2024-04-16 13:38:58 -04:00

15 lines
258 B
HTML

{% 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 %}