Last active
July 7, 2019 15:55
-
-
Save laras126/a8fee28df36c08ed7a3f9a834f3aaead to your computer and use it in GitHub Desktop.
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 | |
| // See: https://timber.github.io/docs/guides/cheatsheet/ | |
| $context = Timber::context(); | |
| $context['post'] = new Timber\Post(); | |
| Timber::render( 'single.twig', $context ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment