{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block body %}
{% for line in hostap_info %}{{ line }}
{% endfor %}
{% endblock %}