Skip to content
Snippets Groups Projects
single.html 179 B
Newer Older
  • Learn to ignore specific revisions
  • {{ define "main" }}
    
      <article>
        {{ partial "heading.html" . }}
        {{ .Content }}
        {{ partial "tags.html" . }}
        {{ partial "comments.html" . }}
      </article>
    
    {{ end }}