Created
December 4, 2018 10:53
-
-
Save Agressiva86/9f6def97aae6722f0ab05166bced56fc to your computer and use it in GitHub Desktop.
Sasquatch - Page Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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