Dean Leigh
08/13/2023, 6:58 AM@foreach (var item in Model)
{
    if (item.Content.ContentType.Alias.StartsWith("layout"))
    {
        layout = true; // Set the layout variable to true if the condition is met
    }
}blockGroup.nameDean Leigh
08/14/2023, 11:10 AMCodeSharePaul
08/14/2023, 11:13 AM