3 templates
404.html
<!-- wp:template-part {"slug":"header"} /--> <!-- wp:group {"tagName":"main","layout":{"inherit":true}} --> <div class="wp-block-group"><div class="wp-block-group__inner-container"> <!-- wp:heading {"level":1,"fontSize":"enormous"} --> <h1>404</h1> <!-- /wp:heading --> <!-- wp:paragraph --> <p>We could not find the content you requested.</p> <!-- /wp:paragraph --> <!-- wp:search {"label":"Search","buttonText":"Search"} /--> </div> <!-- /wp:group -->
index.html
<!-- wp:template-part {"slug":"header","tagName":"header"} /--> <!-- wp:group {"style":{"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}}},"layout":{"inherit":true}} --> <div class="wp-block-group" style="padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"layout":{"inherit":true}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:post-title {"isLink":true} /--> <!-- wp:post-featured-image {"isLink":true} /--> <!-- wp:post-date {"fontSize":"small"} /--> <!-- wp:post-excerpt /--> <!-- /wp:post-template --> <!-- wp:query-pagination --> <div class="wp-block-query-pagination"><!-- wp:query-pagination-previous {"label":""} /--> <!-- wp:query-pagination-numbers /--> <!-- wp:query-pagination-next /--></div> <!-- /wp:query-pagination --></div> <!-- /wp:query --></div> <!-- /wp:group --> <!-- wp:template-part {"slug":"footer","tagName":"footer","layout":{"inherit":true}} /-->
single.html
<!-- wp:template-part {"slug":"header","layout":{"inherit":false}} /--> <!-- wp:group {"tagName":"main","layout":{"inherit":true}} --> <main class="wp-block-group"><!-- wp:post-title {"level":1} /--> <!-- wp:post-featured-image /--> <!-- wp:post-date {"fontSize":"small"} /--> <!-- wp:post-content /--> <!-- wp:post-comments /--> <!-- wp:post-comments-form /--></main> <!-- /wp:group --> <!-- wp:template-part {"slug":"footer","tagName":""} /-->