12345678910111213141516171819202122 |
- <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
- <!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
- <main class="wp-block-query">
- <!-- wp:query-title {"type":"archive","style":{"spacing":{"margin":{"bottom":"120px"}}}} /-->
- <!-- wp:post-template -->
- <!-- wp:group {"layout":{"inherit":true}} -->
- <div class="wp-block-group"><!-- wp:post-title {"isLink":true} /--></div>
- <!-- /wp:group -->
- <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /-->
- <!-- wp:template-part {"slug":"post-meta-icons","layout":{"inherit":true}} /-->
- <!-- wp:spacer {"height":60} -->
- <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- /wp:post-template -->
- </main>
- <!-- /wp:query -->
- <!-- wp:template-part {"slug":"footer","tagName":"footer","layout":{"inherit":true},"className":"site-footer-container","align":"full"} /-->
|