1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/_includes/page-title.html
2018-02-19 20:17:04 +01:00

22 lines
535 B
HTML

<div class="page-header">
<h1 class="page-title">
<i class="{{ include.icon }} page-title-icon"></i>
{{ include.title }}
</h1>
{% if include.subtitle %}
<div class="page-subtitle">1 - 12 of 1713 photos</div>
{% endif %}
{% if include.options %}
<div class="page-options">{{ include.options }}</div>
{% endif %}
{% comment %}
<nav class="page-breadcrumb breadcrumb">
<a class="breadcrumb-item" href="javascript:void(0)">Library</a>
<span class="breadcrumb-item active">Cards</span>
</nav>
{% endcomment %}
</div>