Layouts
The Symfony Boilerplate provides many layouts you may use to design your pages.
note
📣  A layout is a sort of wrapper or skeleton around a page.
#
DefaultThe default layout is in use when you don't specify any layout for your page.
It centralizes the content of the page in the center.
#
CardThe card layout is for pages with a single <b-card>
.
Vue component <script> block
#
DashboardThe dashboard layout works great for back-office pages.
Vue component <script> block
#
EmptyThe empty layout is for pages that have a template of their own (and you don't want to create a dedicated layout for them).
Vue component <script> block
#
ErrorThe error layout is not actually a layout, but a special page for errors. It uses the empty layout.