themes-wordpress/assembler/patterns/template-page-w-title.php
alaczek 81965d093b
Assembler: Fixing minor issues (#7555)
* Update template-page-w-title.php

Add strict type declaration.

* Update theme.json

Add comments template part declaration.
2023-12-15 18:41:12 +11:00

36 lines
No EOL
1.2 KiB
PHP

<?php
/**
* Title: Page with title
* Slug: assembler/template-page-w-title
* Template Types: pages, single
* Viewport width: 1400
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- wp:template-part {"slug":"header"} /-->
<!-- wp:group {"tagName":"main","metadata":{"name":"Main"},"style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} -->
<main class="wp-block-group" style="margin-top:0">
<!-- wp:spacer {"height":"var:preset|spacing|40"} -->
<div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:post-title /-->
<!-- wp:spacer {"height":"var:preset|spacing|30","style":{"layout":[]}} -->
<div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"constrained"}} /-->
<!-- wp:spacer {"height":"var:preset|spacing|40"} -->
<div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
</main>
<!-- /wp:group -->
<!-- wp:template-part {"slug":"footer"} /-->