Skip to content
Snippets Groups Projects
Commit facffa3b authored by Olivia206's avatar Olivia206
Browse files

used with

parent a5c5f4b8
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@
{{ else }}
<div class="top">
<h2>{{ partial "PrepareHTML" $title }}</h2>
{{- if .description }}
<p>{{ partial "PrepareHTML" .description }}</p>
{{ with .description }}
<p>{{ partial "PrepareHTML" . }}</p>
{{ end }}
</div>
{{ end -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment