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

File: {{ file.path }}

{{ file.content | format_yaml | safe }}

{% endblock %}