{% extends "layout.html" %} {% block content %}

Last updated at {{ host.facts.timestamp |datefmt }}

{% for fact, value in facts %} {% endfor %}
Fact Value
{{ fact }}
{{ value | to_nice_json }}
{% endblock %}