soaos.dev/templates/snippet-page.html

10 lines
217 B
HTML

{% extends "base.html" %}
{% block content %}
<a href="{{ get_url(path='@/snippets/_index.md') }}"> <- back to snippets</a>
<h1 class="title">
{{ page.title }}
</h1>
{{ page.content | safe }}
{% endblock content %}