mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
6 lines
181 B
HTML
6 lines
181 B
HTML
<div class="code-block">
|
|
<div class="code-type">{{ .Type }}</div>
|
|
{{/* a div.highlight is already created by highlight function */}}
|
|
{{ highlight .Inner .Type }}
|
|
</div>
|