Amy-Mir / page.php
page.php
Raw
<?php
/**
 * The template for displaying all pages
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages
 * and that other 'pages' on your WordPress site will use a
 * different template.
 *
 * @package UnderStrap
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

get_header();

?>

<main>
    <?php get_template_part( "global-templates/blog", "head", "Hva jeg gjør" ); ?>

    <section class="S02 container p-t-5">

        <?php get_template_part("global-templates/blank"); ?>

    </section>
</main>

<?php
get_footer();