@namespace Connected.Components
@inherits UIComponent
@using Microsoft.AspNetCore.Components.Routing
@if (_sections.Any() && _sections.Count() > 1)
{
@Headline
@foreach (var docSection in _sections.OrderBy(x => x.LevelSortingValue))
{
OnNavLinkClick(docSection.Id))">
@docSection.Title
}
}