dash-stack/dash/templates/image/content_header.html

8 lines
237 B
HTML

<h1>
{{ title }}
<small>{{ block_description }}</small>
</h1>
<ol class="breadcrumb">
<li><a href="{{ url_for('server.index') }}"><i class="fa fa-dashboard"></i>Image & Application Home</a></li>
<li>{{ title }}</li>
</ol>