view _layouts/page.html @ 248:a9d114a1386a

Bundle update
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 01 Apr 2021 10:20:21 +0900
parents 598d7f098082
children
line wrap: on
line source

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