2020-04-21 22:30:00 +02:00
|
|
|
{{ warnf "Expand shortcode is deprecated. Use 'details' instead." }}
|
2019-05-22 14:37:31 +02:00
|
|
|
<div class="book-expand">
|
|
|
|
<label>
|
|
|
|
<div class="book-expand-head flex justify-between">
|
2020-01-24 00:07:47 +01:00
|
|
|
<span>{{ default (i18n "Expand") (.Get 0) }}</span>
|
2019-05-22 14:37:31 +02:00
|
|
|
<span>{{ default "↕" (.Get 1) }}</span>
|
|
|
|
</div>
|
2019-09-01 03:38:16 +02:00
|
|
|
<input type="checkbox" class="hidden" />
|
2019-05-22 14:37:31 +02:00
|
|
|
<div class="book-expand-content markdown-inner">
|
2019-05-23 16:30:26 +02:00
|
|
|
{{ .Inner | markdownify }}
|
2019-05-22 14:37:31 +02:00
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</div>
|