{% 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 %}