Use with where possible
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{{ if .Description }}
|
||||
<p class="lead text-center">{{ .Description | markdownify }}</p>
|
||||
{{ with .Description }}
|
||||
<p class="lead text-center">{{ . | markdownify }}</p>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user