10 lines
178 B
PHP
10 lines
178 B
PHP
<?php
|
|
/**
|
|
* The Template for the sidebar containing the main widget area
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Timber
|
|
*/
|
|
|
|
Timber::render( array( 'sidebar.twig' ), $data );
|