404.php 1.7 KB

123456789101112131415161718192021222324252627282930
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: 404
  5. * Slug: trailblazer/404
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
  11. <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|70"}},"layout":{"type":"default"}} -->
  13. <main class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
  14. <div class="wp-block-group"><!-- wp:heading {"level":1,"style":{"typography":{"textTransform":"uppercase"}}} -->
  15. <h1 class="wp-block-heading" style="text-transform:uppercase"><?php echo __('This is a<br>404 error.', 'trailblazer');?></h1>
  16. <!-- /wp:heading -->
  17. <!-- wp:paragraph -->
  18. <p><?php echo __('This page is not here. It looks like nothing was found at this location', 'trailblazer');?></p>
  19. <!-- /wp:paragraph --></div>
  20. <!-- /wp:group -->
  21. <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
  22. <div class="wp-block-group alignwide" style="margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:search {"showLabel":false,"placeholder":"SEARCH","width":50,"widthUnit":"%","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true} /--></div>
  23. <!-- /wp:group --></main>
  24. <!-- /wp:group --></div>
  25. <!-- /wp:group -->
  26. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->