Skip to content

Commit a8a1e73

Browse files
committed
[TASK] Add simple backend preview
1 parent 8caf2c1 commit a8a1e73

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
BE PREVIEW
1+
<f:for each="{data.items}" as="item">
2+
<div class="border p-3">
3+
<h5>{item.title}</h5>
4+
<f:transform.html>
5+
<f:format.crop maxCharacters="120" append="...">{item.text}</f:format.crop>
6+
</f:transform.html>
7+
</div>
8+
</f:for>

0 commit comments

Comments
 (0)