| 12345678910111213141516171819 | <?php/** * Title: 404 * Slug: fuf/404 * Inserter: no * * @package fuf * @since 1.0.0 */?><!-- wp:heading {"textAlign":"center", "level": 1} --><h1 class="wp-block-heading has-text-align-center">	<?php esc_html_e( 'Page not found', 'fuf' ); ?></h1><!-- /wp:heading --><!-- wp:paragraph --><p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'fuf' ); ?></p><!-- /wp:paragraph --><!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label', 'fuf' ); ?>","showLabel":false,"buttonText":"<?php echo esc_html_x( 'Search', 'Search form submit button text', 'fuf' ); ?>"} /-->
 |