mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 10:48:14 +04:00
18 lines
405 B
HTML
18 lines
405 B
HTML
---
|
|
title: Profile
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-4">
|
|
{% include cards/profile.html %}
|
|
{% include cards/profile-2.html %}
|
|
{% include cards/profile-edit.html %}
|
|
</div>
|
|
<div class="col-lg-8">
|
|
{% include cards/profile-timeline.html %}
|
|
{% include cards/profile-edit-big.html %}
|
|
</div>
|
|
</div>
|
|
</div>
|