{% extends "base.html" %} {% from "macros.html" import toc %} {% block title %}{{ page.title }} | {{ site.title }}{% endblock %} {% block content %} {{ markdown(content)|safe }} {% endblock %} {% block toc %} {% if page.extra.next_page -%} {% with next_page = get_page(page.extra.next_page) %}

Next Topic

{{ next_page.title }}
{% endwith %} {%- endif %} {% endblock toc %}