{% extends "base.html" %} {% block title %}{{ "Tile not found" if missing_tile else ("Edit tile" if editing_tile else "New tile") }} · {{ dashboard.title }} · sqldash{% endblock %} {% block topbar %} / {{ dashboard.title }} / {{ "tile not found" if missing_tile else ("edit tile" if editing_tile else "new tile") }} {% endblock %} {% block actions %} ← Back to dashboard {% endblock %} {% block head %}{% if request.query_params.get("embedded") %}{% endif %}{% endblock %} {% block main %}
{% endblock %} {% block scripts %} {% if request.query_params.get("embedded") %}{% endif %} {% endblock %}