{% extends "base.html" %} {% block extrahead %} {{ super() }} {% if page and page.url.startswith("playground/") %} {% endif %} {% endblock %} {% block scripts %} {{ super() }} {% if page and page.url.startswith("playground/") %} {% endif %} {% endblock %}