| 
									
										
										
										
											2023-03-07 01:09:52 +11:00
										 |  |  | {% extends "base.html" %} | 
					
						
							|  |  |  | {% block html_lang %}{{ page.lang }}{% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block title %}{{ SITENAME }} - {{ page.title|striptags }}{%endblock%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block head %} | 
					
						
							|  |  |  |   {{ super() }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   {% import 'translations.html' as translations with context %} | 
					
						
							|  |  |  |   {% if translations.entry_hreflang(page) %} | 
					
						
							|  |  |  |     {{ translations.entry_hreflang(page) }} | 
					
						
							|  |  |  |   {% endif %} | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2023-04-20 11:29:53 +10:00
										 |  |  | <h1 class="page-title">{{ page.title }}</h1> | 
					
						
							| 
									
										
										
										
											2023-03-07 01:09:52 +11:00
										 |  |  |     {% import 'translations.html' as translations with context %} | 
					
						
							|  |  |  |     {{ translations.translations_for(page) }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {{ page.content }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {% if page.modified %} | 
					
						
							|  |  |  |         <p> | 
					
						
							|  |  |  |         Last updated: {{ page.locale_modified }} | 
					
						
							|  |  |  |         </p> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  | {% endblock %} |