Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subversal
/
video
/
wp-content
/
wp-includes
/
wp-includes
/
wp-includes
/
wp-content
/
themes
/
atlas
:
404.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * The main template file * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Atlas */ get_header(); ?> <div id="primary" class="content-area"> <div class="container"> <div class="section-inner"> <main id="main" class="site-main"> <div class="main-area<?php echo esc_attr( th90_box() ); ?>"> <?php get_template_part( 'template-parts/content', 'none' ); ?> </div> </main> </div> </div> </div> <?php get_footer();