mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 11:29:57 +04:00
12 lines
216 B
HTML
12 lines
216 B
HTML
---
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
{% include cards/form/layout.html %}
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
{% include cards/form/layout.html horizontal=true title="Horizontal form" %}
|
|
</div>
|
|
</div> |