{% extends "base.html" %} {% block title %}{{ chart.title }}{% endblock %} {% block extra_head %} {{ super() }} {% endblock %} {% block crumbs %} {% if not embed %}

home / dashboards / {{ dashboard.title }}

{% endif %} {% endblock %} {% block body_class %}index{% endblock %} {% block content %}
{% if chart.title %}

{{ chart.title }}

{% endif %}
{% if chart.db and chart.query and not embed %}

View and edit SQL

{% endif %}
{% if chart.library == 'markdown' %} {{ render_markdown(chart.display) }} {% endif %}
{% endblock %}