Skip to content

Page

Definition

A page component contains templates for different pages within an application. Pages are used to organize and display various types of content.

Common examples include:

  • app_name_detail_page.html
  • app_name_form_page.html
  • app_name_list_page.html

Example