18 lines
		
	
	
		
			422 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			422 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								layout: page
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<article class="page-content news-post">
							 | 
						||
| 
								 | 
							
								  <div class="content post-item">
							 | 
						||
| 
								 | 
							
								    <header class="post-header">
							 | 
						||
| 
								 | 
							
								      <h2>{{ page.title }}</h2>
							 | 
						||
| 
								 | 
							
								      <label class="titlecase">
							 | 
						||
| 
								 | 
							
								        {% include utils/translated-date.html date=page.date  lang=page.lang %}
							 | 
						||
| 
								 | 
							
								      </label>
							 | 
						||
| 
								 | 
							
								    </header>
							 | 
						||
| 
								 | 
							
								    <div class="post-content">
							 | 
						||
| 
								 | 
							
								      {{ content }}
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								  </div>
							 | 
						||
| 
								 | 
							
								  {% include common/subscribe.html %}
							 | 
						||
| 
								 | 
							
								</article>
							 |