🌳 DOM Tree Visualization

{% if graph_path %}
Source: {{ graph_path }}
{% endif %}
{% if error %}
{{ error }}
{% elif is_svg or is_png %}

Color Legend

<html>, <body>
Headings (h1-h6)
Block elements
Lists (ul, ol, li)
Interactive (a, button)
Text nodes
{% if is_png %} DOM Graph {% else %} {{ graph_content|safe }} {% endif %}
{% else %}
📦 Graphviz not installed Showing DOT format instead. For visual graphs, install Graphviz:

sudo apt install graphviz
{{ graph_content }}
{% endif %}