Skip to content

Instantly share code, notes, and snippets.

@Agressiva86
Created December 4, 2018 10:53
Show Gist options
  • Save Agressiva86/9f6def97aae6722f0ab05166bced56fc to your computer and use it in GitHub Desktop.
Save Agressiva86/9f6def97aae6722f0ab05166bced56fc to your computer and use it in GitHub Desktop.
Sasquatch - Page Template
<?php
/* Template name: Front Home page */
$context = Timber::get_context();
$context['posts'] = Timber::get_posts();
Timber::render( 'views/templates/front/front-index.twig', $context );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment