Frontend | Backend | Api

Blogs default templates (Frontend)

This page contains an overview of the default templates for the Blogs module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
blogs/blogs/index.html Blogs\Index
Name Type Description
blogs Collection (Blog) Collection of Blogs
Retrieve a list of records and assign them to the template.
blogs/posts/index.html Posts\Index
Name Type Description
posts Collection (Post) Collection of Posts
Retrieve a list of records and assign them to the template.
blogs/posts/show.html Posts\Show
Name Type Description
post Post Single Post record
Show a single record