<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Luxus
*/
?>
<aside id="secondary" class="widget-area">
<?php dynamic_sidebar( 'template-sidebar' ); ?>
</aside><!-- #secondary --> Back to Directory