Files
cjsatnarine.space/blog/templates/index.html
CJSatnarine ac39e6ac7f evilring
2025-03-16 00:19:48 -04:00

13 lines
245 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ section.title }}
</h1>
<p>{{ section.content | safe }}</p>
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
{% endblock content %}