1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
- <!-- wp:group {"layout":{"type":"constrained"}} -->
- <div class="wp-block-group">
- <!-- wp:post-title /-->
- </div>
- <!-- /wp:group -->
- <!-- wp:group {"tagName":"main","lock":{"move":false,"remove":true}} -->
- <main class="wp-block-group">
- <!-- wp:post-featured-image {"align":"full"} /-->
- <!-- wp:post-content {"layout":{"type":"constrained"},"lock":{"move":false,"remove":true}} /-->
- </main>
- <!-- /wp:group -->
- <!-- wp:group {"layout":{"type":"constrained"}} -->
- <div class="wp-block-group">
- <!-- wp:spacer {"height":60} -->
- <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:comments -->
- <div class="wp-block-comments"><!-- wp:comments-title /-->
- <!-- wp:comment-template -->
- <!-- wp:columns -->
- <div class="wp-block-columns"><!-- wp:column {"width":"40px"} -->
- <div class="wp-block-column" style="flex-basis:40px"><!-- wp:avatar {"size":40,"style":{"border":{"radius":"20px"}}} /--></div>
- <!-- /wp:column -->
- <!-- wp:column -->
- <div class="wp-block-column"><!-- wp:comment-author-name {"fontSize":"small"} /-->
- <!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex"}} -->
- <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:comment-date {"fontSize":"small"} /-->
- <!-- wp:comment-edit-link {"fontSize":"small"} /--></div>
- <!-- /wp:group -->
- <!-- wp:comment-content /-->
- <!-- wp:comment-reply-link {"fontSize":"small"} /--></div>
- <!-- /wp:column --></div>
- <!-- /wp:columns -->
- <!-- /wp:comment-template -->
- <!-- wp:comments-pagination -->
- <!-- wp:comments-pagination-previous /-->
- <!-- wp:comments-pagination-numbers /-->
- <!-- wp:comments-pagination-next /-->
- <!-- /wp:comments-pagination -->
- <!-- wp:post-comments-form /--></div>
- <!-- /wp:comments -->
- </div>
- <!-- /wp:group -->
- <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|