{% extends "base.html" %} {% block title %}Deploy Hosts File - /etc/hosts Manager{% endblock %} {% block extra_css %} {{ super() }} {% endblock %} {% block content %}

Wgraj plik hosts: "{{ file.title }}"

{% for host in hosts %}
{% endfor %}
{% endblock %}