{% extends "base.html" %} {% block content %}
All {% for server in servers %} {{ server.name }} {% endfor %}
{% endblock %}