# Seasonal Collections ??? example "Default `data` (click to expand) "
```{ .dtd .no-copy } ############################################################################### ################################## IMPORTANT ################################## ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ ############################################################################### data: {% include-markdown "../../../../defaults/movie/seasonal.yml" comments=false preserve-includer-indent=false start="data:" end="title_format:" %} ``` ??? example "Default Template Variable `emoji` (click to expand) "
???+ tip Pass `emoji_<>` to the file as template variables to change this value per collection. ```yaml - default: seasonal template_variables: emoji_easter: "🥚 " ``` ```{ .dtd .no-copy } ############################################################################### ################################## IMPORTANT ################################## ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ ############################################################################### {% include-markdown "../../../../defaults/movie/seasonal.yml" comments=false preserve-includer-indent=true dedent=true start="# check1" end="# check2" %} ``` ??? example "Default Template Variable `schedule` (click to expand) "
???+ tip Pass `schedule_<>` to the file as template variables to change this value per collection. ```yaml - default: seasonal template_variables: schedule_valentine: range(02/10-02/15) ``` ```{ .dtd .no-copy } ############################################################################### ################################## IMPORTANT ################################## ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ ############################################################################### {% include-markdown "../../../../defaults/movie/seasonal.yml" comments=false preserve-includer-indent=true dedent=true start="# check2" end="# check4" %} ``` ??? example "Default Template Variable `imdb_search` (click to expand) "