9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
|
extends ../theme/dash/base
|
||
|
|
||
|
block content
|
||
|
.cobalt-container
|
||
|
.row.pad-top
|
||
|
.col-12
|
||
|
cobalt-form(v-if="form_id" :resource="resource" :form_id="form_id" :initial_mode="mode")
|
||
|
cobalt-form(v-if="!form_id" :resource="resource" :initial_mode="mode")
|