blob: 84ae83c7d84c56b2cb8f6f3c68a6bd9cd1e08dcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<div class="book-header" role="navigation">
<!-- Actions Left -->
{% if glossary.length > 0 %}
<a href="{{ basePath }}/GLOSSARY.html" class="btn pull-left" aria-label="{{ __("GLOSSARY_OPEN") }}"><i class="fa fa-sort-alpha-asc"></i></a>
{% endif %}
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="{{ basePath }}/" >{{ title }}</a>
</h1>
</div>
|