I'm just getting started with ColdBox. I'm wanting to rewrite a small legacy application that has a bunch of different forms to learn ColdBox. There are common sections shared amongst all the forms. For example, at the top of each form, it asks for common information such as first name, last name, phone number, etc. In the legacy version of the app, a cfinclude is used for this section of the form. Is there a recommended ColdBox approach to do this?