{% extends "layout.html" %} {% block title %}Node {{ node["facts"]["fqdn"] }}{% endblock %} {% block body %}

Node {{ node["facts"]["fqdn"] }}

{% for cell in columns %} {{ cell.head_html() }} {{ cell.body_html(node) }} {% endfor %}
{% endblock %}