mirror of
https://github.com/number571/blockchain.git
synced 2026-09-14 11:05:43 +05:00
12 lines
212 B
HTML
12 lines
212 B
HTML
{{define "title"}}
|
|
Index
|
|
{{end}}
|
|
|
|
{{define "content"}}
|
|
<div class="col-md-9 mx-auto">
|
|
<div class="jumbotron">
|
|
<h1 class="text-center">Blockchain</h1>
|
|
</div>
|
|
</div>
|
|
{{end}}
|