view _layouts/page.html @ 287:7b528322279e

* Gemfile.lock: Bundle update
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sat, 28 May 2022 17:48:14 +0900
parents 598d7f098082
children
line wrap: on
line source

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