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.
Default#
The 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.

Card#
The card layout is for pages with a single <b-card>.
Vue component <script> block

Dashboard#
The dashboard layout works great for back-office pages.
Vue component <script> block

Empty#
The 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

Error#
The error layout is not actually a layout, but a special page for errors. It uses the empty layout.