Only show art commentary if it exists
This commit is contained in:
parent
16658071f6
commit
4963ec0373
1 changed files with 3 additions and 1 deletions
|
@ -42,11 +42,13 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
{{ with .Content }}
|
||||||
<h3>Commentary</h3>
|
<h3>Commentary</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{{ .Content }}
|
{{ . }}
|
||||||
</p>
|
</p>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ partial "comments" . }}
|
{{ partial "comments" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue