@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage; @using ContentModels = Umbraco.Cms.Web.Common.PublishedModels; @using Umbraco.Cms.Core.Models.Blocks; @{ var settingsHome = Umbraco.Content(Guid.Parse("50c5a6fc-3376-4466-8af2-08858db3e7e4")); var testimonialsRoot = Umbraco.Content(Guid.Parse("71ef88a1-1a1d-415f-b341-32c3770febdd")); var testimonials = testimonialsRoot.Value>("customerTestimonials"); }