Created
December 18, 2018 10:03
-
-
Save Agressiva86/22811fc79d2c38335cd531bcf21f7e5b to your computer and use it in GitHub Desktop.
front-index.twig
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 Index | |
| Template Post Type: front | |
| */ | |
| $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