{% extends 'stackdio/page.html' %} {% block title %}Cloud Account Detail{% endblock %} {% block account-class %}active{% endblock %} {# Inject the account 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 %}