page.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
  2. <!-- wp:group {"layout":{"type":"constrained"}} -->
  3. <div class="wp-block-group">
  4. <!-- wp:post-title /-->
  5. </div>
  6. <!-- /wp:group -->
  7. <!-- wp:group {"tagName":"main","lock":{"move":false,"remove":true}} -->
  8. <main class="wp-block-group">
  9. <!-- wp:post-featured-image {"align":"full"} /-->
  10. <!-- wp:post-content {"layout":{"type":"constrained"},"lock":{"move":false,"remove":true}} /-->
  11. </main>
  12. <!-- /wp:group -->
  13. <!-- wp:group {"layout":{"type":"constrained"}} -->
  14. <div class="wp-block-group">
  15. <!-- wp:spacer {"height":60} -->
  16. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer -->
  18. <!-- wp:comments -->
  19. <div class="wp-block-comments"><!-- wp:comments-title /-->
  20. <!-- wp:comment-template -->
  21. <!-- wp:columns -->
  22. <div class="wp-block-columns"><!-- wp:column {"width":"40px"} -->
  23. <div class="wp-block-column" style="flex-basis:40px"><!-- wp:avatar {"size":40,"style":{"border":{"radius":"20px"}}} /--></div>
  24. <!-- /wp:column -->
  25. <!-- wp:column -->
  26. <div class="wp-block-column"><!-- wp:comment-author-name {"fontSize":"small"} /-->
  27. <!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex"}} -->
  28. <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:comment-date {"fontSize":"small"} /-->
  29. <!-- wp:comment-edit-link {"fontSize":"small"} /--></div>
  30. <!-- /wp:group -->
  31. <!-- wp:comment-content /-->
  32. <!-- wp:comment-reply-link {"fontSize":"small"} /--></div>
  33. <!-- /wp:column --></div>
  34. <!-- /wp:columns -->
  35. <!-- /wp:comment-template -->
  36. <!-- wp:comments-pagination -->
  37. <!-- wp:comments-pagination-previous /-->
  38. <!-- wp:comments-pagination-numbers /-->
  39. <!-- wp:comments-pagination-next /-->
  40. <!-- /wp:comments-pagination -->
  41. <!-- wp:post-comments-form /--></div>
  42. <!-- /wp:comments -->
  43. </div>
  44. <!-- /wp:group -->
  45. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->