mirror of
https://github.com/BioArchLinux/hugo-theme-bioarchlinux.git
synced 2025-03-10 06:14:01 +00:00
7 lines
198 B
HTML
7 lines
198 B
HTML
{{ partial "header.html" . }}
|
|
<div class="news-article box">
|
|
<h2>{{.Title}}</h2>
|
|
<div class="article-content" itemprop="articleBody">{{.Content}}</div>
|
|
</div>
|
|
{{ partial "footer.html" . }}
|
|
|