jeffs-pelican-theme/templates/archives.html
2022-11-25 22:56:44 -04:00

10 lines
201 B
HTML

{% extends "base.html" %}
{% block title %}{{ SITENAME }} - Archives{% endblock %}
{% block content %}
<h1>Archives for {{ SITENAME }}</h1>
{% include 'include/archive_list.html' %}
{% endblock %}