01-basic/09-html.tsx
HTML
Example
Official Cake20 View example for html.
export const data = {
content: "<strong>Only use trusted HTML.</strong>",
};
export default () => <article class="prose" html={data.content} />;