<?php /** * Template Name: Landing Page (simple) * * @author Terry Lin * @link https://terryl.in/ * * @package WordPress * @subpackage Mynote * @since 1.0.0 * @version 2.0.0 */ get_header(); get_template_part( 'template-parts/page', 'landing' ); get_footer();