| 
									
										
										
										
											2018-02-13 08:45:57 +00:00
										 |  |  | {% if page.youtube.id or page.vimeo.id %}
 | 
					
						
							| 
									
										
										
										
											2017-11-19 20:10:25 +00:00
										 |  |  |     <div class="mt-4">
 | 
					
						
							| 
									
										
										
										
											2017-09-05 18:37:41 +01:00
										 |  |  |         <h2>Video</h2>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-19 20:10:25 +00:00
										 |  |  |         <div class="talk-video">
 | 
					
						
							| 
									
										
										
										
											2018-02-13 08:45:57 +00:00
										 |  |  |             {% if page.youtube.id %}
 | 
					
						
							|  |  |  |                 <iframe
 | 
					
						
							|  |  |  |                     width="678"
 | 
					
						
							|  |  |  |                     height="408"
 | 
					
						
							|  |  |  |                     src="//www.youtube.com/embed/{{ page.youtube.id }}"
 | 
					
						
							|  |  |  |                     frameborder="0"
 | 
					
						
							|  |  |  |                     allowfullscreen
 | 
					
						
							|  |  |  |                 >
 | 
					
						
							|  |  |  |                 </iframe>
 | 
					
						
							|  |  |  |             {% elseif page.vimeo.id %}
 | 
					
						
							|  |  |  |                 <iframe
 | 
					
						
							|  |  |  |                     src="https://player.vimeo.com/video/{{ page.vimeo.id }}"
 | 
					
						
							|  |  |  |                     width="640"
 | 
					
						
							|  |  |  |                     height="360"
 | 
					
						
							|  |  |  |                     frameborder="0"
 | 
					
						
							|  |  |  |                     webkitallowfullscreen
 | 
					
						
							|  |  |  |                     mozallowfullscreen
 | 
					
						
							|  |  |  |                     allowfullscreen
 | 
					
						
							|  |  |  |                 >
 | 
					
						
							|  |  |  |                 </iframe>
 | 
					
						
							|  |  |  |             {% endif %}
 | 
					
						
							| 
									
										
										
										
											2017-09-05 18:37:41 +01:00
										 |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | {% endif %}
 |