本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
src/views/layouts/
folder.
blocks
inside it for future content. These future contents will be filled by the page that will inherit this layout page.src/views/layouts/master.twig
.mylayout.twig
file where we define three blocks: head
, title
and footer
.
head
, title
and footer
.
src\views\layouts\
. This step will make the layout available throughout the theme pages.*.twig
files.*.twig
, that contains the main skeleton of your theme with creating blocks
inside it for future contents.blocks
.