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

Playbook: {{ macros.make_link('playbook.show_playbook', file_.playbook.path, playbook=file_.playbook.id) }}

{{ file_.playbook.time_start |datefmt }} {{ file_.playbook.time_end |datefmt }}

File: {{ file_.path }}

Contents

{{ file_.content.content |yamlhighlight |safe }}
{% endblock %}