mirror of
https://github.com/apache/superset.git
synced 2026-06-05 23:59:25 +00:00
13 lines
396 B
HTML
13 lines
396 B
HTML
{% extends "appbuilder/baselayout.html" %}
|
|
|
|
{% block head_css %}
|
|
{{super()}}
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/stylesheets/dashed.css" />
|
|
<link rel="icon" type="image/png" href="/static/img/favicon.png">
|
|
{% endblock %}
|
|
|
|
{% block head_js %}
|
|
{{super()}}
|
|
<script src="/static/assets/javascripts/dist/css-theme.entry.js"></script>
|
|
{% endblock %}
|