Add backend logic

This commit is contained in:
2025-07-24 09:31:42 +00:00
parent 88fa6330be
commit b932f912ff
2 changed files with 179 additions and 1 deletions

View File

@ -17,4 +17,6 @@ $context = Timber::context();
$timber_post = Timber::get_post();
$context['post'] = $timber_post;
Timber::render( array( 'templates/page-' . $timber_post->post_name . '.twig', 'page.twig' ), $context );
//Timber::render( array( 'templates/page-' . $timber_post->post_name . '.twig', 'page.twig' ), $context );
Timber::render( array( 'templates/page-' . $timber_post->post_name . '.twig' ), $context );