mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-03-12 07:21:09 -05:00
8 lines
132 B
HTML
8 lines
132 B
HTML
{{ with .Description }}
|
|
<p>{{ . | markdownify }}</p>
|
|
{{ else }}
|
|
{{ with .Summary }}
|
|
{{ . }}
|
|
{{ end }}
|
|
{{ end }}
|