17 lines
748 B
Plaintext
17 lines
748 B
Plaintext
<header class="page-header has-secondary">
|
|
<div class="page-header-main">
|
|
<div class="sr-is-focusable" tabindex="-1"></div>
|
|
<% if (breadcrumbs !== null && breadcrumbs.length > 0) { %>
|
|
<nav class="breadcrumbs" aria-label="<%- nav_aria_label %>">
|
|
<% _.each(breadcrumbs, function (breadcrumb) { %>
|
|
<a class="nav-item" href="<%- breadcrumb.url %>"><%- breadcrumb.title %></a>
|
|
<span class="icon fa-angle-right" aria-hidden="true"></span>
|
|
<% }) %>
|
|
</nav>
|
|
<% } %>
|
|
<h2 class="hd hd-2 page-title"><%- title %></h2>
|
|
<p class="page-description"><%- description %></p>
|
|
</div>
|
|
<div class="page-header-secondary"></div>
|
|
</header>
|