{% extends 'base.html' %} {% block content %} {% if not user.is_authenticated %} {% include 'docs.html' %} {% endif %} {% for url in urls %}
{{ url.url }}