--- footer_class: pt-3 ---
{{ partial:hero :headline="title" :subhead="subtitle" height="screen" show_topic="true" }} {{ story }} {{ if type == "hero" }} {{ partial:hero }} {{ /if }} {{ if type == "text" }}
{{ text }}
{{ /if }} {{ if type == "image" }} {{ if image | get:alt }}

{{ image | get:alt }}

{{ /if }} {{ /if }} {{ if type == "video" }}
{{ if video | is_embeddable }} {{ else }} {{ /if }}
{{ /if }} {{ if type == "two_col" }}
{{ col_one | markdown }}
{{ col_two | markdown }}
{{ /if }} {{ /story }}