Arod_component.VideoVideo component rendering using htmlit.
module Video = Bushel.Videomodule I = Arod.Iconsval video_card : ctx:Arod__.Arod_ctx.t -> Video.t -> Htmlit.El.htmlTerminal-style video card for listings.
val videos_list : ctx:Arod.Ctx.t -> Htmlit.El.htmlMasonry grid of talk cards (talks only, no year grouping).
val full_page :
ctx:Arod__.Arod_ctx.t ->
Video.t ->
Htmlit.El.html * Htmlit.El.htmlFull video page with embed and sidebar infobox. Returns (article, sidebar).
val brief : ctx:Arod__.Arod_ctx.t -> Video.t -> Htmlit.El.html * 'a optionBrief video rendering with embed/image and description.
val full : ctx:Arod__.Arod_ctx.t -> Video.t -> Htmlit.El.htmlKept for backward compat — simple rendering for use in other contexts.
val for_feed : ctx:Arod__.Arod_ctx.t -> Video.t -> Htmlit.El.html * 'a optionVideo for feeds.