mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 14:06:17 +01:00
14 lines
229 B
HTML
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>
|
|
|
|
|
|
|