get( 'html_tag_attributes' ) ); ?>>
load_parts( array( 'header-bar' ) ); ?>
get( 'post_title' ) ); ?>
load_parts( apply_filters( 'amp_post_article_header_meta', array( ) ) );?>
get( 'featured_image' );
if ($featured_image) {
$amp_html = $featured_image['amp_html'];
$caption = $featured_image['caption'];
?>
get( 'post_amp_content' ); // amphtml content; no kses ?>
load_parts( array( 'footer' ) );
?>
load_parts( array( 'footer' ) );
do_action( 'amp_post_template_footer', $this );
?>