%inherit file="base.html" />
<%def name="title()"> - Report ${file["md5"]}%def>
<%def name="content()">
<%include file="sections/general_information.html" />
<%include file="sections/screenshots.html" />
<%include file="sections/dropped_files.html" />
<%include file="sections/static_analysis.html" />
<%include file="sections/network_analysis.html" />
<%include file="sections/behavior_analysis.html" />
%def>