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