@model Slide @{ Layout = null; var bgStyle = $"background: {Model.BackgroundColor ?? "#1a1a2e"};"; if (!string.IsNullOrEmpty(Model.BackgroundImage)) { bgStyle += $" background-image: url('{Model.BackgroundImage}'); background-size: cover; background-position: center;"; } }
Loading calendar...