first commit
This commit is contained in:
17
page.php
Normal file
17
page.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying all pages.
|
||||
*
|
||||
* This is the template that displays all pages by default.
|
||||
* Please note that this is the WordPress construct of pages
|
||||
* and that other 'pages' on your WordPress site will use a
|
||||
* different template.
|
||||
*/
|
||||
|
||||
namespace App;
|
||||
|
||||
use Timber\Timber;
|
||||
|
||||
$context = Timber::context();
|
||||
|
||||
Timber::render( 'templates/page.twig', $context );
|
Reference in New Issue
Block a user