<!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php wp_head(); ?> <?= get_field( 'trakinghead', 'options') ?> </head> <body <?php body_class(); ?>> <?= get_field( 'trakingbody', 'options') ?> <?php wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> <?= get_field( 'trakingfooter', 'options') ?> </body> </html>