File size: 206 Bytes
fca4ff8
 
 
 
 
 
1
2
3
4
5
6
<div id="network-graph"
    data-title="{{ .Get "title" }}"
    data-source="{{ .Get "data" }}"
    style="height: {{ or (.Get "height") "480px" }};">
    {{ partial "head/js/network-graph.html" . }}
</div>