| 
									
										
										
										
											2019-03-12 09:27:46 +00:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * The template for the sidebar containing the main widget area | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * @package WordPress | 
					
						
							|  |  |  |  * @subpackage Twenty_Sixteen | 
					
						
							|  |  |  |  * @since Twenty Sixteen 1.0 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-08 08:07:01 +01:00
										 |  |  | <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
 | 
					
						
							| 
									
										
										
										
											2019-03-12 09:27:46 +00:00
										 |  |  | 	<aside id="secondary" class="sidebar widget-area" role="complementary"> | 
					
						
							|  |  |  | 		<?php dynamic_sidebar( 'sidebar-1' ); ?>
 | 
					
						
							|  |  |  | 	</aside><!-- .sidebar .widget-area --> | 
					
						
							|  |  |  | <?php endif; ?>
 |