| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="{{ .Site.Language.Lang }}"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {{ partial "head.html" . }} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-14 18:03:13 +02:00
										 |  |  | <body hx-boost="true" lang="{{ .Site.Language.Lang }}"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |   {{ partial "nav.html" . }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <header class="blog-single"> | 
					
						
							|  |  |  |     <div class="container"> | 
					
						
							|  |  |  |       <div class="row"> | 
					
						
							| 
									
										
										
										
											2025-05-15 18:20:21 +02:00
										 |  |  |         <div class="col s12 m9 l9"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |           <h2><a href="{{ "blog/ibis"  | relLangURL }}">IBIS Blog</a></h2> | 
					
						
							|  |  |  |           {{ partial "widgets/categoriesibis.html" . }} | 
					
						
							|  |  |  |           <h3 class="title">{{ .Title }}</h3> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |   </header> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-15 18:20:21 +02:00
										 |  |  |   <div id="page-content"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |     <div class="container"> | 
					
						
							|  |  |  |         <div class="row"> | 
					
						
							| 
									
										
										
										
											2025-05-15 18:20:21 +02:00
										 |  |  |             <div class="col s12 m9 l9"> | 
					
						
							|  |  |  |                 <section> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |                     <article> | 
					
						
							|  |  |  |                       {{ if isset .Params "images"}} | 
					
						
							|  |  |  |                       {{ if (fileExists (printf "assets/%s" (index .Params.images 0))) -}} | 
					
						
							|  |  |  |                       {{ $mainimage := resources.Get (index .Params.images 0) }} | 
					
						
							| 
									
										
										
										
											2025-05-14 18:03:13 +02:00
										 |  |  |                         <p style="text-algin: center"><img class="img-fluid" src="{{ $mainimage.RelPermalink }}" width="500"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |                       </p> | 
					
						
							|  |  |  |                       {{ end }} | 
					
						
							|  |  |  |                       {{ end }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                       <div style="text-align: justify;"> | 
					
						
							|  |  |  |                         {{ .Content }} | 
					
						
							|  |  |  |                       </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                       <small>{{ i18n "publishdate"}} : {{.PublishDate.Format "2006-01-02"}}</small> | <small>{{ i18n "lastchange"}} : {{.Lastmod.Format "2006-01-02"}}</small> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                       {{ partial "widgets/ibiscattags.html" . }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     </article> | 
					
						
							|  |  |  |                 </section> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |              | 
					
						
							|  |  |  |             {{ partial "widgets/ibissidebar.html" . }} | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  |   <!-- /#content --> | 
					
						
							|  |  |  |   {{ partial "footer.html" . }} | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |