view _layouts/page.html @ 264:0c8946d31bc9

* Gemfile.lock: Bundle update
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 14 Oct 2021 21:52:04 +0900
parents 598d7f098082
children
line wrap: on
line source

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