view _layouts/page.html @ 266:78e935fb1eec

* Gemfile.lock: Bundle update
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 03 Nov 2021 14:40:18 +0900
parents 598d7f098082
children
line wrap: on
line source

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