mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 00:15:59 -06:00
6 lines
97 B
HTML
6 lines
97 B
HTML
|
{{ with .Description }}
|
||
|
<p>{{ . | markdownify }}</p>
|
||
|
{{ else }}
|
||
|
{{ .Summary }}
|
||
|
{{ end }}
|