UNPKG

@gotpop/multitool

Version:

MultiTool is a CLI tool to assist in quickly setting up a Hugo project for NetlifyCMS

17 lines (13 loc) 265 B
{{ define "main" }} <div class="container"> <main role="main"> <h3>About....</h3> {{ range .Pages }} <h2 class="entry-title" itemprop="headline"> {{ .Title }} </h2> {{ .Content}} {{ end }} </main> </div> {{ end }}