bou.ke/statictemplate@v0.0.0-20180821122055-510411a5e7dd/example/template/index.tmpl (about) 1 {{ template "header.tmpl" "Index" }} 2 3 <section> 4 {{ range $post := . }} 5 {{ template "post.tmpl" $post }} 6 {{ end }} 7 </section> 8 9 {{ template "footer.tmpl" }}