view _layouts/page.html @ 245:2129f69303db

Some minor overhaul.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sat, 27 Mar 2021 21:04:01 +0900
parents 598d7f098082
children
line wrap: on
line source

---
layout: default
---
<div>
  <h1>{{ page.icon }} {{ page.title }}</h1>
  {{ content }}
</div>