Skip to content

Instantly share code, notes, and snippets.

@jbub
Last active June 1, 2018 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbub/7e3bc28706f9cdb630c5b08a11a4c063 to your computer and use it in GitHub Desktop.
Save jbub/7e3bc28706f9cdb630c5b08a11a4c063 to your computer and use it in GitHub Desktop.
<section id="main">
  <div>
    <h1 id="title">{{ .Title }}</h1>
    {{ range .Data.Pages }}
      {{ .Render "summary"}}
    {{ end }}
  </div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment