Files
pycom-documentation/layouts/shortcodes/hint.html
gijsio 253fb9be91 [experimental] development --> docs
Allow for the incorporation of development branch functions into the documentation using
{{< development style="dev" >}}
{{< /development >}}
2020-08-20 10:54:37 +02:00

7 lines
103 B
HTML

<v-card class='{{ .Get "style" }}-alert'>
<v-card-text>
{{ .Inner }}
</v-card-text>
</v-card>