 a7a49d83b1
			
		
	
	
		a7a49d83b1
		
	
	
	
	
		
			
			jQuery 3.2.1 downloaded directly from <https://code.jquery.com/jquery-3.2.1.js>. Licesnse from <https://github.com/jquery/jquery/blob/3.2.1/LICENSE.txt>.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% load compress %}
 | |
| {% load staticfiles %}
 | |
| 
 | |
| {% compress js %}
 | |
|   <script src='{% static "js/jquery.js" %}'></script>
 | |
|   <script src='{% static "bootstrap/javascripts/bootstrap.min.js" %}'></script>
 | |
|   <script src='{% static "js/site.js" %}'></script>
 | |
| {% endcompress %}
 |