1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
- <!-- wp:group {"tagName":"main","layout":{"inherit":true}} -->
- <main class="wp-block-group">
- <!-- wp:post-title {"level":1} /-->
- <!-- wp:template-part {"slug":"post-meta-icons"} /-->
- <!-- wp:spacer {"height":16} -->
- <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- </main>
- <!-- /wp:group -->
- <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /-->
- <!-- wp:group {"layout":{"inherit":true}} -->
- <div class="wp-block-group">
- <!-- wp:spacer {"height":16} -->
- <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:template-part {"slug":"post-meta-icons"} /-->
- <!-- wp:spacer {"height":64} -->
- <div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:post-author {"showAvatar":false,"showBio":true,"byline":"Published by","fontSize":"huge"} /-->
- <!-- wp:spacer {"height":32} -->
- <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:pattern {"slug":"blockbase/comments"} /-->
- </div>
- <!-- /wp:group -->
- <!-- wp:template-part {"slug":"footer","align":"full","tagName":"footer","className":"site-footer"} /-->
|