{#- chirp-ui: Hero component Full-width section with background for landing pages, headers. Named slot: action (primary CTA, separate from content). Usage: from "chirpui/hero.html" import hero call hero(title="Welcome", subtitle="Build something great.", background="solid")
Some intro text.
{% slot action %}Get started{% end %} end Backgrounds: solid, muted, gradient, mesh, animated-gradient -#} {% def hero(title=none, subtitle=none, background="solid", cls="") %} {% set background = background | validate_variant(("solid","muted","gradient","mesh","animated-gradient"), "solid") %}{{ subtitle }}
{% end %}{{ subtitle }}
{% end %}