| 
									
										
										
										
											2022-10-27 18:05:10 +03:00
										 |  |  |  | {{ partial "head.html" . }} | 
					
						
							|  |  |  |  | <header> | 
					
						
							|  |  |  |  | <!-- Header Start --> | 
					
						
							|  |  |  |  | {{ partial "header.html" . }} | 
					
						
							|  |  |  |  | <!-- Header End --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | </header> | 
					
						
							|  |  |  |  | {{ partial "hellug-banner.html" . }} | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <main> | 
					
						
							| 
									
										
										
										
											2024-02-09 11:21:40 +02:00
										 |  |  |  |     <div class="col"> | 
					
						
							|  |  |  |  |     <div class="row"> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | {{.Content}} | 
					
						
							| 
									
										
										
										
											2022-10-27 18:05:10 +03:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | <!-- Articles Section --> | 
					
						
							|  |  |  |  | {{ $articlelimit := 5 }} | 
					
						
							|  |  |  |  | {{ $articlenum := len .Pages }} | 
					
						
							|  |  |  |  | {{ $counter := 0 }} | 
					
						
							|  |  |  |  | {{ $lastyear := (sub now.Unix 31536000 ) }} | 
					
						
							|  |  |  |  | {{ range first $articlelimit .Pages }} | 
					
						
							|  |  |  |  | {{ $counter = add $counter 1 }} | 
					
						
							|  |  |  |  | {{ if eq $counter 1 }} | 
					
						
							|  |  |  |  | <!-- First Post --> | 
					
						
							|  |  |  |  | <h3><a href="{{.Permalink}}">{{ .Title }}</a> {{ dateFormat "02/01/2006" .Date }}</h3> | 
					
						
							|  |  |  |  | {{ if lt $lastyear .Date.Unix }} | 
					
						
							|  |  |  |  | Nέο</h3> | 
					
						
							|  |  |  |  | {{ end }} | 
					
						
							|  |  |  |  | <p> | 
					
						
							|  |  |  |  |     {{ .Summary }} | 
					
						
							|  |  |  |  | </p> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <!-- First Post End --> | 
					
						
							|  |  |  |  | {{else}} | 
					
						
							|  |  |  |  | <h3><a href="{{.Permalink}}">{{ .Title }}</a> | 
					
						
							|  |  |  |  |     {{ dateFormat "02/01/2006" .Date }} | 
					
						
							|  |  |  |  |     {{ if lt $lastyear .Date.Unix }} | 
					
						
							|  |  |  |  |     Nέο</h3> | 
					
						
							|  |  |  |  | {{ end }} | 
					
						
							|  |  |  |  | <p> | 
					
						
							|  |  |  |  |     {{ .Summary }} | 
					
						
							|  |  |  |  | </p> | 
					
						
							|  |  |  |  | {{ end }} | 
					
						
							|  |  |  |  | {{ end }} | 
					
						
							|  |  |  |  | <!-- End Articles Section --> | 
					
						
							|  |  |  |  | <section> | 
					
						
							|  |  |  |  | <!-- Older Articles Summary --> | 
					
						
							|  |  |  |  | {{ if gt $articlenum $articlelimit }} | 
					
						
							|  |  |  |  | <h3>Παλαιότερα άρθρα</h3> | 
					
						
							|  |  |  |  | <ul> | 
					
						
							|  |  |  |  |     {{ range after 10 .Pages }} | 
					
						
							|  |  |  |  |     <li><a href="{{.Permalink}}">{{ .Title }}</a> | 
					
						
							|  |  |  |  |         {{ dateFormat "02/01/2006" .Date }}</li> | 
					
						
							|  |  |  |  |     {{ end }} | 
					
						
							|  |  |  |  | </ul> | 
					
						
							|  |  |  |  | {{ end }} | 
					
						
							|  |  |  |  | <!-- End Older Articles --> | 
					
						
							|  |  |  |  | </section> | 
					
						
							|  |  |  |  | </div> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <!-- Column 2 start --> | 
					
						
							| 
									
										
										
										
											2024-02-09 11:21:40 +02:00
										 |  |  |  | <div class="row"> | 
					
						
							| 
									
										
										
										
											2022-10-27 18:05:10 +03:00
										 |  |  |  | {{ partial "column2.html" . }} | 
					
						
							| 
									
										
										
										
											2024-02-09 11:21:40 +02:00
										 |  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2022-10-27 18:05:10 +03:00
										 |  |  |  | <!-- Column 2 end --> | 
					
						
							|  |  |  |  | </div> | 
					
						
							|  |  |  |  | </main> | 
					
						
							|  |  |  |  | <!-- Footer Start --> | 
					
						
							|  |  |  |  | {{ partial "footer.html" . }} | 
					
						
							|  |  |  |  | <!-- Footer End --> |