{% extends "base.html" %} {% block title %}graph{% endblock %} {% block head %} {% endblock %} {# {% macro metric_tree(tree) %} {% match tree %} {% when File with { name, metric } %} {% when Folder with { name, metric, children } %}
{{ name }}/ {% call metric_forest(children) %}
{% endmatch %} {% endmacro %} {% macro metric_forest(trees) %} {% endmacro %} #} {% block body %}

Graph

{{ metrics|safe }} {% endblock %}