templates
directory are a single .cfm
files used by ContentBox to iterate over a collection (usually entries or categories or comments) and render out all of them in uniformity._counter
(A variable created for you that tells you in which record we are currently looping on)_items
(A variable created for you that tells you how many records exist in the collection){templateName}
The name of the object you will use to display: entry, comment, categoryonActivation()
onDelete()
onDeactivation()