mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
4 lines
156 B
HTML
4 lines
156 B
HTML
<details class="spoiler" data-spoiled-thing="{{ .Get 0 }}">
|
|
<summary>Show spoiler paragraph</summary>
|
|
<p>{{ .Page.RenderString .Inner }}</p>
|
|
</details>
|