/ layouts / version / single.html
single.html
1  {{ define "main" }}
2  <section{{ with .Language.Get "writingDirection" }} dir="{{ . }}"{{ end }}>
3  {{ .Content }}
4  </section>
5  <section class="formats">
6  {{ partial "file-formats.html" . }}
7  </section>
8  {{ end }}