{% extends "base.html" %} {% block body %} {% include "partials/playbook_card.html" with playbook=file.playbook %} {% load pygments_highlights %}
{{ file.path }}
{{ file.content | format_yaml | safe }}
{% endblock %}