Files
pycom-documentation/layouts/shortcodes/development.html
gijsio e92a07b740 improved working of development
Combined the development pages into the stable docs with additional blocks
2020-08-24 15:48:53 +02:00

14 lines
229 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
<div class='development'>
<v-card class='{{ .Get "style" }}'>
<v-card-text>
Development version {{.Get "version" }}
{{ .Inner }}
</v-card-text>
</v-card>
</div>