dash-stack/dash/templates/content_header.html
kelepirci fd0fcc4187 New Functions for Networking
Some new networking functions.
2016-10-25 23:04:59 +03:00

8 lines
211 B
HTML

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