14 lines
271 B
HTML
14 lines
271 B
HTML
<!-- Breadcrumbs //-->
|
|
<section class="page-header page-header-xs mt-60">
|
|
<div class="container">
|
|
|
|
<h1>{$heading_title}</h1>
|
|
|
|
<ol class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#">
|
|
{$breadcrumb}
|
|
</ol>
|
|
|
|
</div>
|
|
</section>
|
|
<!-- End Breadcrumbs //-->
|