{% extends "page.html" %} {% block title %}All nodes{% endblock %} {% block subtitle %}Add{% endblock %} {% block buttons %}{% endblock %} {% block body %}
{% for node in nodes %}

{{ node.fqdn }}

view edit

{{ node.body }}
            
{% endfor %}
{% endblock %}