{% extends "layout/default.html" %} {% block body %}

{{ device["name"] }}

Vendor: {{ device["vendor_name"] }}
Documentation: {{ device["documentation_url"] }}
{% for image_type in device["images"] %}

Images for {{image_type}}

{% endfor %} {% endblock %}