mirror of
				https://github.com/metagov/govarch-website.git
				synced 2025-10-30 20:25:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			347 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			347 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: default
 | |
| ---
 | |
| 
 | |
| <a href="{{ "/" | prepend: site.baseurl }}" class="back-link">
 | |
|   ❮ Home
 | |
| </a>
 | |
| 
 | |
| <article>
 | |
| 
 | |
|   <h1 class="post-title">
 | |
|     {{ page.title }}
 | |
|   </h1>
 | |
| 
 | |
|   {{ content }}
 | |
| 
 | |
|   <div class="article-meta">
 | |
|     <div>{{ page.author }}</div>
 | |
|     <div class="post-date">{{ page.date | date: "%B %-d, %Y" }}</div>
 | |
|   </div>
 | |
| 
 | |
| </article>
 |