1 2 3 4 5 6 7
fn template(context, props, content) { component { <div class={`note note--${props.type}`}> {content} </div> } }