h1.title #{app_data.id}
hr
= Enum.map app_data.sections, fn section ->
  article.report-piece
    h2 = section.desc
    = Enum.map section.fragments, fn fragment ->
      = fragment(fragment)
      = fragment_result(fragment)