mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-07 22:35:44 +00:00
8 lines
147 B
HTML
8 lines
147 B
HTML
<div class="book-columns flex">
|
|
{{ range split .Inner "<--->" }}
|
|
<div class="flex-even">
|
|
{{ . | markdownify }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|