<. include!("./_markup.html"); .>
<.} else if p.type_ == "BQ" {.><. include!("./_markup.html"); .><.} else if p.type_ == "H2" {.>
<.= p.text .>
<.} else if p.type_ == "H3" {.><.= p.text .>
<.} else if p.type_ == "H4" {.><.= p.text .>
<.} else if p.type_ == "H5" {.><.= p.text .>
<.} else if p.type_ == "H6" {.><.= p.text .>
<.} else if p.type_ == "IFRAME" {.> <. let src = &p.iframe.as_ref().unwrap().media_resource.as_ref().unwrap().href; .> <. if src.contains("gist.github.com"){.> <. include!("./gist_insert.html"); .> <.} else {.> <.}.> <.} else if p.type_ == "OLI" {.> <. if !open_list { .> <. open_list = true;.>-
<. } .>
- <.= p.text .> <.} else {.>
<. include!("./_markup.html"); .>
<.}.> <.}.>