We use cookies to personalize content and ads, to provide social media features, and to analyze our traffic. By continuing to use our site, you accept our use of cookies. Website information disclaimer.
{%
// Fetch all entries from the NCHKidsNetworkMonthlyAccess content type
var monthlyContent = Documents["NCHKidsNetworkMonthlyAccess"].Where(x => NOW >= x.StartDateTime && NOW <= x.EndDateTime);
// Loop through the entries and render them
foreach (var item in monthlyContent)
{
%}