{% extends "base.html" %} {% block breadcrumbs %} / home / about {% endblock breadcrumbs %} {# disable the rss header link #} {% block rss_link %} {% endblock rss_link %} {# instead of linking to our self in the header, link to the outlinks #} {% block right_header_link %} {% set links = get_page(path="links.md") %} links {% endblock right_header_link %} {% block title %} About |Perfectly Sane {% endblock title %} {% block content %}

{{ page.title }}

{{ page.content | safe }} {% endblock content %}