go-job-visualizer/template.html

9 sor
150 B
HTML

<html>
<table>
{{ range .Jobs }}
<tr>
<td>{{ .Description }}</td>
</tr>
{{ end }}
</table>
</html>