{% extends 'index.html' %} {% block content %}

{{meta.title}}

Incoming Links
{%if in_links%}

The following pages link to {{meta.title}}:

{%else%}

No pages link to {{meta.title}}.

{%endif%}
{% endblock %}