core/template/components/content_graph.html

3 lines
120 B
HTML
Raw Normal View History

{{define "content_graph"}}
<img src="/coregraph/graph/{{.Graph}}?l={{.Labels}}&v={{.Values}}" alt="{{.Alt}}">
{{end}}