Files
pycom-documentation/layouts/shortcodes/development.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

8 lines
134 B
HTML

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