1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
- <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained","justifyContent":"center"}} -->
- <div class="wp-block-group">
- <!-- wp:group {"style":{"spacing":{"blockGap":"2px"}},"layout":{"type":"constrained","justifyContent":"center"}} -->
- <div class="wp-block-group">
- <!-- wp:post-featured-image {"aspectRatio":"1","width":"60px","height":"60px","align":"left"} /-->
- <!-- wp:spacer {"height":"12px"} -->
- <div style="height:12px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:post-content /-->
- <!-- wp:spacer {"height":"36px"} -->
- <div style="height:36px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","layout":{"type":"flex","flexWrap":"nowrap"}} -->
- <div class="wp-block-group has-primary-color has-text-color has-link-color">
- <!-- wp:post-title {"isLink":true} /-->
- <!-- wp:paragraph {"fontSize":"large"} -->
- <p class="has-large-font-size">–––––––</p>
- <!-- /wp:paragraph -->
- <!-- wp:post-date {"format":"M j"} /-->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
- <!-- wp:spacer {"height":"200px"} -->
- <div style="height:200px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
- <div class="wp-block-group">
- <!-- wp:post-navigation-link {"type":"previous"} /-->
- <!-- wp:post-navigation-link /-->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
- <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|