2023-01-23 11:03:31 +01:00

15 lines
159 B
PHP

<?php
/**
* Header template part.
*
* @package AMP
*/
/**
* Context.
*
* @var AMP_Post_Template $this
*/
$this->load_parts( array( 'header-bar' ) );