| 
									
										
										
										
											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" . }} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-11 20:54:29 +02:00
										 |  |  |   <div id="page-content"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |   <header class="service"> | 
					
						
							|  |  |  |     <div class="container"> | 
					
						
							|  |  |  |       <div class="row"> | 
					
						
							| 
									
										
										
										
											2025-05-14 18:03:13 +02:00
										 |  |  |         <div class="col m9"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |           <h2>{{ .Title }}</h2> | 
					
						
							|  |  |  |           <p>{{ .Params.shortDescription }}</p> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |   </header> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <div id="content"> | 
					
						
							|  |  |  |     {{ if isset .Params "id" }} | 
					
						
							|  |  |  |     {{ partial .Params.id . }} | 
					
						
							|  |  |  |     {{ else }} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="container"> | 
					
						
							|  |  |  |       <div class="row"> | 
					
						
							| 
									
										
										
										
											2025-05-14 18:03:13 +02:00
										 |  |  |         <div class="col m9 l9"> | 
					
						
							|  |  |  |             <section class="col s12"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |               {{ 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-align: center"><img class="img-fluid" src="{{ $mainimage.RelPermalink }}" width="500"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |               </p> | 
					
						
							|  |  |  |               {{ end }} | 
					
						
							|  |  |  |               <div style="text-align: justify;"> | 
					
						
							|  |  |  |                 {{ .Content }} | 
					
						
							|  |  |  |               </div> | 
					
						
							|  |  |  |             </section> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-14 18:03:13 +02:00
										 |  |  |         <div class="col m3 l3 servicesidebar"> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  |         {{ partial "widgets/servicesidebar.html" . }} | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |         <!-- /.row --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |       <!-- /.container --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       {{ end }} | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <!-- /#content --> | 
					
						
							| 
									
										
										
										
											2025-05-11 20:54:29 +02:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {{ partial "footer.html" . }} | 
					
						
							| 
									
										
										
										
											2025-05-14 18:03:13 +02:00
										 |  |  |     {{ partial "scripts.html" }} | 
					
						
							| 
									
										
										
										
											2024-10-04 11:58:15 +02:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |