{% extends 'stackdio/page.html' %} {% block title %}Cloud Image Detail{% endblock %} {% block image-class %}active{% endblock %} {# Inject the image id into the window so we can access it in our javascript VM #} {% block scripts %} {{ block.super }} {% endblock %} {% block page-content %}
{% block detail-content %}{% endblock %}
{% endblock %}