Monthly Content
{%
// 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)
{
%}
Month: {% item.MonthName %}
{% } %}