 1022a42cf7
			
		
	
	
		1022a42cf7
		
	
	
	
	
		
			
			Update to Bootstrap 4 throughout. Remove unused blocks and elements from past conferences. Ensure schedule works in print mode.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <a
 | |
|   class="nav-link {% if active %}active{% endif %}"
 | |
|   id="schedule_day_{{ label|lower }}-tab"
 | |
|   href="#{{ label|lower }}"
 | |
|   data-toggle="pill"
 | |
|   role="tab"
 | |
|   aria-controls="schedule_day_{{ label|lower }}"
 | |
|   aria-selected="{% if active %}true{% else %}false{% endif %}">
 | |
|   {{ label }}
 | |
| </a>
 |