
* Update template-page-w-title.php Add strict type declaration. * Update theme.json Add comments template part declaration.
36 lines
No EOL
1.2 KiB
PHP
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"} /-->
|