{%- if prev and '/' not in prev.link and 'mmref-' not in prev.link %}
        « {{ prev.title }} |
        {%- endif %}
        {{ title }}
        {%- if next and '/' not in next.link and 'mmref-' not in next.link %}
        | {{ next.title }} »
        {%- endif %}
      
      
        {%- if display_toc %}
        
          
        {%- endif %}
        {% block body %}{% endblock %}