{% extends "base.html" %} {% block breadcrumbs %} / home / about {% endblock breadcrumbs %} {# disable the 'about' header link #} {% block breadcrumbs_right %} {% endblock breadcrumbs_right %} {% block title %} About |Perfectly Sane {% endblock title %} {% block content %}

{{ page.title }}

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