{{define "specific"}}{{$blocks := .Blocks}}{{$data := .}}

Blocks by date

{{if $blocks.Blocks -}}
{{- range $b := $blocks.Blocks -}} {{- end -}}
Height Hash Timestamp Transactions Size
{{$b.Height}} {{$b.Hash}} {{formatUnixTime $b.Time}} {{$b.Txs}} {{$b.Size}}
{{end}}{{end}}