{% 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) %}