Files
2015-10-05 16:02:03 +02:00

13 lines
414 B
HTML

<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>