bobatheme/layouts/_default/_markup/render-codeblock.html

6 lines
181 B
HTML
Raw Normal View History

2023-01-20 16:25:28 -06:00
<div class="code-block">
<div class="code-type">{{ .Type }}</div>
{{/* a div.highlight is already created by highlight function */}}
{{ highlight .Inner .Type }}
</div>