{% extends 'frontend_base.html' %} {% block title %}{{ super() }} - Stack Editor{% endblock title %} {% block styles %} {# TODO: base style assumes navbar will be present #} {#{{ super() }}#} {% endblock styles %} {% block scripts %} {{ super() }} {% endblock scripts %} {# TODO: with navbar at the top, the session editor isn't the correct vertical height #} {% block navbar %}{% endblock navbar %} {% block content %} {{ super() }}
Filter:
{% endblock content %}