v6/site_test/index.html

10 lines
145 B
HTML
Raw Normal View History

2025-01-02 11:56:43 -05:00
{% extends "default" %}
{% block content -%}
2025-01-04 14:59:15 -05:00
<a href="{{ latest_post_permalink }}">
{{ latest_post.metadata.title }}
</a>
2025-01-02 11:56:43 -05:00
{%- endblock %}