apotheke/layouts/partials/peri.html

13 lines
184 B
HTML
Raw Normal View History

2024-05-27 21:13:51 +00:00
<div class="post container">
<div class="post-header-section">
<h1>{{ .Title }}</h1>
</div>
<div class="post-content">
{{ .Content }}
</div>
</div>