Current section
Files
Jump to
Current section
Files
lib/templates/report/main_report.slime
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)