I was just going through the documentation of boltCMS HERE, and came across the following explanation:
In a page that’s used for a single record, (like entry.twig or record.twig), the variable {{ record }} will always be available, regardless of the contenttype. To make the templates more ‘semantic’, there’s also a variable with the singular name of the contenttype available, like {{ page }}, {{ entry }} or {{ event }}.
I am not quite understanding the below statement 100%:
In a page that’s used for a single record.
What does the above statement really mean ?