{% extends "base.html" %} {% block body %}
{% include "partials/playbook_card.html" with playbook=host.playbook %}

{% include "partials/host_facts.html" %}

{% include "partials/host_results.html" %}

{% endblock %}