{#- chirp-ui: Meteor Effect Decorative diagonal streak animation for backgrounds. Usage: from "chirpui/meteor.html" import meteor call meteor()
More streaks, accent color
end -#} {% def meteor(count=4, variant="", cls="") %} {% set variant = variant | validate_variant(("", "default", "accent", "muted"), "") %} {% set variant_class = " chirpui-meteor--" ~ variant if variant else "" %}