--- title: 'Blank Layout Document' bookcase_cover_src: 'cover/coding.png' bookcase_cover_src_dark: 'cover/coding_dark.png' weight: 40 changelogs: --- Blank layout render only the content of `_index.md`, it's useful for fully customizing your list layout. > This layout can only be used on section page (`_index.md`). ## Configuration ```yaml --- type: 'blank' --- ``` > Specify `type` in front-matter will change the template lookup order.