Your IP : 216.73.216.1
<?php
/**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package pally
*/
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class();?> id="top">
<?php wp_body_open(); ?>
<a class="pally-skip-link screen-reader-text" href="#primary"><?php esc_html_e( 'Skip to main content', 'pally' ); ?></a>
<?php if ( in_array( 'wp-accessibility/wp-accessibility.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {?>
<nav aria-label="<?php esc_attr_e( 'Accessibility helper', 'pally' ); ?>" id="a11yhelper"></nav>
<?php } ?>
<div id="page">
<div class="container no-padding"><!--Container without max-width Start -->
<header class="mainheader">
<?php
get_template_part( 'template-parts/header/navigation');
?>
</header>
<?php
get_template_part( 'template-parts/header/custom-header', get_post_type() );
?>
<div class="site">
<div class="columns"><!--Columns -->