aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/page.html
blob: 0be448636b0955b7f853fdb3a231ef854b6539d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="post container">

    <div class="post-header-section">
        <h1>{{ .Title }}</h1>
    </div>

    <div class="post-content">
        {{ .Content }}
    </div>
</div>