public static string GetJumboOverlayColour(IJumbo that) => that.Value <string>("jumboOverlayColour");
public static string GetJumboTitle(IJumbo that) => that.Value <string>("jumboTitle");
public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetJumboImage(IJumbo that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("jumboImage");