v6/site_test/index.html
2025-01-04 14:59:15 -05:00

10 lines
145 B
HTML

{% extends "default" %}
{% block content -%}
<a href="{{ latest_post_permalink }}">
{{ latest_post.metadata.title }}
</a>
{%- endblock %}