{% extends "base.tera" %} {% macro docLink(text, href, first=false) %} {% if not first %}• {% endif %} {{ text }} {% endmacro docLink %} {% block content %} {{ page | safe }} {% endblock precontent %}