| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | {% extends 'base' %}
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | {% block content_wrapper %}
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  |     <div class="space-y-10">
 | 
					
						
							|  |  |  |         <div class="space-y-6">
 | 
					
						
							|  |  |  |             <div class="markdown">
 | 
					
						
							|  |  |  |                 {{ parent() }}
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  |             {% include 'talk/slides' with { | 
					
						
							|  |  |  |                 speakerdeck: page.speakerdeck,
 | 
					
						
							|  |  |  |             } only %}
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  |             {% include 'talk/video' with { | 
					
						
							|  |  |  |                 video: page.video,
 | 
					
						
							|  |  |  |             } only %}
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-03 10:52:29 +00:00
										 |  |  |             {% include 'talk/event-list' with { | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  |                 events: page.events|reverse,
 | 
					
						
							|  |  |  |             } only %}
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  |         {% include 'about-author' with { | 
					
						
							|  |  |  |             avatar: site.avatar,
 | 
					
						
							|  |  |  |             work: site.work,
 | 
					
						
							|  |  |  |         } only %}
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | {% endblock %}
 |