{{ partial "page_start.html" . }}
{{ partial "content.html" . }}
    {{ if .Params.download_url }}
  • Download {{ .Title }}
  • {{ end }} {{ if .Params.repo }} {{ $data := getJSON "https://api.github.com/repos/" .Params.repo }}
  • View Source
  • {{ end }} {{ if .Params.gist }} {{ $data := getJSON "https://api.github.com/gists/" .Params.gist }}
  • View Source
  • {{ end }}
{{ partial "page_end.html" . }}