{% include 'header.html' %}
{% include 'navigation.html' %}
Injectables in
data/binary/injectables
{% for injectable in injectables %}
{{injectable['name']}}
More details
name
raw size
{% for section in injectable['sections'] %}
{{section['name']}}
{{section['raw_size']}}
{% endfor %}
{% endfor %}