12 lines
369 B
HTML
12 lines
369 B
HTML
<div class="balloon-card-item">
|
|
<div class="balloon-card-item-line">
|
|
{{ partial "balloon/line.html" false }}
|
|
{{ partial "balloon/dot.html" }}
|
|
{{ partial "balloon/line.html" .last_item }}
|
|
</div>
|
|
|
|
<div class="balloon-card-item-content">
|
|
{{- partial "content.html" (dict "ctx" .ctx "content" .ctx.Content) -}}
|
|
</div>
|
|
</div>
|