{% extends "base.html" %} {% block title %}{{ page_name }}{% endblock %} {% block navigation %} {# Purely internal navigation links to take you up/down the page #}
{% endblock %} {% block content %}Created with version {{ pipeline_version }} of the pipeline with version {{ velociraptor_version }} of the velociraptor python library on {{ creation_date }}.
{% endblock %}