{% include "sections/info.html" %}
{% include "sections/errors.html" %}
{% include "sections/file.html" %}
{% include "sections/signatures.html" %}
{% include "sections/_summary.html" %}
{% include "sections/behavior.html" %}
{% include "sections/dropped.html" %}
{% include "sections/payloads.html" %}
{% if has_network %}
{% include "sections/network.html" %}
{% endif %}
{% include "sections/procdump.html" %}
{% if debugger %}
{% include "sections/debugger.html" %}
{% endif %}