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

8 lines
248 B
Plaintext

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