 1022a42cf7
			
		
	
	
		1022a42cf7
		
	
	
	
	
		
			
			Update to Bootstrap 4 throughout. Remove unused blocks and elements from past conferences. Ensure schedule works in print mode.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			495 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			495 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "site_base.html" %}
 | |
| {% load staticfiles %}
 | |
| 
 | |
| {% block head_title %}{% block page_title %}{% endblock %}{% endblock %}
 | |
| 
 | |
| {% block content_base %}
 | |
|   {% block utility_body_outer %}
 | |
|     <div class="l-content-page">
 | |
|       <div class="l-content-page--richtext">
 | |
|         {% block content %}
 | |
|           <div class="jumbotron">
 | |
|             {% block utility_body %}
 | |
|             {% endblock %}
 | |
|           </div>
 | |
|         {% endblock content %}
 | |
|       </div>
 | |
|     </div>
 | |
|   {% endblock %}
 | |
| {% endblock %}
 |