mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
14 lines
243 B
HTML
14 lines
243 B
HTML
---
|
|
title: Timeline
|
|
page-title: Timeline
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col-lg-8">
|
|
{% include cards/timeline.html %}
|
|
</div>
|
|
<div class="col-lg-4">
|
|
{% include cards/timeline.html simple=true title="Simple timeline" %}
|
|
</div>
|
|
</div>
|