{% extends "scitex_ui/standalone_shell.html" %} {# Extend scitex-ui's shell rather than reimplementing one. The shell already includes scitex_ui/_mount_marker.html in its , which renders the marker from the two context keys the view supplies. #} {% block app_content %}

Hello, world

This page is served by a Django app that knows where it is mounted. Press the button; the answer comes from this app's own API.


  
{% endblock %} {% block extra_js %} {% endblock %}