summaryrefslogtreecommitdiff
path: root/_layouts.gemini/page.html
blob: dda953c270c7ea1e95eab2ba0345b1b8a0932ad4 (plain)
1
2
3
4
5
6
7
8
9
---
layout: default
---
    <h1 class="post-title">{{ page.title | escape }}</h1>

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