This is the simplest form of a card, with a title and footer.
{%- call ui.util.call(show_example) -%} {%- raw %} {%- set btn = ui.button("Click") -%} {%- set img = "https://placehold.co/300x200" -%} {%- call ui.util.call(ui.card, title="Title", footer=btn, img=img) -%} {{ lipsum(1) }} {%- endcall %} {%- endraw %} {%- endcall %}