Files
radzen-blazor/Radzen.DocFX/templates/radzen/partials/_breadcrumb.liquid
2021-10-29 15:09:43 +03:00

8 lines
274 B
Plaintext

{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
<div id="breadcrumb">
<ul class="breadcrumb">
<li>{{_tocTitle}}</li>
</ul>
</div>