setup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user