You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The body content is not a static template but rather a dynamic template defined by an action in the controller. For example, a "list_records" action may use a "list_records.template" for the body content.  Other actions such as view_record, edit_record, create_record may use view_record.template, edit_record.template, and create_record.template files respectively.

  • No labels