2015-04-20 02:12:11 +00:00
|
|
|
<div class="row wrapper border-bottom white-bg page-heading">
|
2015-12-03 10:37:18 +00:00
|
|
|
<div class="col-sm-10">
|
2015-04-20 02:12:11 +00:00
|
|
|
<h2>{{ header_title }}</h2>
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li>
|
|
|
|
<a href="/">仪表盘</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
{% if path1 %}
|
|
|
|
<a>{{ path1 }}</a>
|
|
|
|
{% endif %}
|
|
|
|
</li>
|
|
|
|
{% if path2 %}
|
|
|
|
<li class="active">
|
|
|
|
<strong>{{ path2 }}</strong>
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
</ol>
|
|
|
|
</div>
|
2015-12-03 10:37:18 +00:00
|
|
|
<div class="col-sm-2">
|
2015-04-20 02:12:11 +00:00
|
|
|
</div>
|
|
|
|
</div>
|