1. <?php
  2. $latteParams['post'] = WpLatte::createPostEntity(
  3. $GLOBALS['wp_query']->post,
  4. array(
  5. 'meta' => $GLOBALS['pageOptions'],
  6. )
  7. );
  8.  
  9. /**
  10. * Fire!
  11. */
  12. WPLatte::createTemplate(basename(__FILE__, '.php'), $latteParams)->render();