blockchain/templates_eth/index.html
2020-08-06 15:15:48 -04:00

10 lines
154 B
HTML

{{define "title"}}
Index
{{end}}
{{define "content"}}
<div class="jumbotron">
<h1 class="text-center">Blockchain</h1>
</div>
{{end}}