{% extends 'core/base.html' %} {% block content %} ← zurück {% include 'core/_item.html' %} {% if item.backlinks.all %}
Backlinks
{% for item in item.backlinks.all %}{% include 'core/_item.html' %}{% endfor %}
{% endif %} {% endblock %}