mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
11 lines
422 B
Handlebars
11 lines
422 B
Handlebars
{{page-title @model.title}}
|
|
<Layout::Section::Header @title={{@model.title}} />
|
|
|
|
<Layout::Section::Body class="overflow-y-scroll h-full">
|
|
<div class="container mx-auto h-screen">
|
|
<div class="max-w-3xl my-10 mx-auto space-y-">
|
|
<LazyEngineComponent @component={{@model.component}} @params={{@model.componentParams}} />
|
|
</div>
|
|
</div>
|
|
<Spacer @height="300px" />
|
|
</Layout::Section::Body> |