Administration/layouts/components/test/layout.home.latte
Abel Hoogeveen 63ea659d5b All changes as implemented over the last 3 years.
Pushes Administration into a workable state.
2023-02-08 12:57:10 +01:00

13 lines
317 B
Plaintext
Executable File

{varType FuzeWorks\Forms\Form $form}
<div class="col-md-6">
<div class="card card-primary">
<div class="card card-header">
<h3 class="card-title">{$form->getLabel()}</h3>
</div>
<div class="card-body">
{$form|noescape}
</div>
</div>
</div>