view _layouts/page.html @ 278:a24a65b3001b

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

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