samples/twitter-sentiment-processor/demos/demo2/viewer/resource/template/footer.html

19 lines
260 B
HTML

{{ define "footer" }}
<!-- Footer -->
<div id="page-footer">
<p>
<a href="https://github.com/mchmarny/dapr-pipeline">
dapr-pipeline
</a>
</p>
<p>
{{ .version }}
</p>
</div>
</div>
</body>
</html>
{{ end }}