{# A map of the graph, drawn from the layout graphview.py computed at build time. Nodes are links, positioned; edges are one SVG drawing underneath them. The browser lays nothing out and fetches nothing: every coordinate is in this markup, which is why a map is a fragment like any other page. On the full map each node and edge carries one class per node whose line it lies on, so the page's stylesheet can light a node's whole line on hover, focus or :target without a script. #} {% from "_links.html" import go %} {% macro render_map(map, base, full=False) %}
{% endmacro %}