8 lines
209 B
HTML
8 lines
209 B
HTML
<div class="timeline-container tw-mx-auto tw-px-6 tw-py-16">
|
|
<ol
|
|
class="tw-relative tw-border-l-2 tw-border-gray-300 tw-list-none tw-p-0 tw-m-0 tw-ml-4"
|
|
>
|
|
{{ post.timeline | safe }}
|
|
</ol>
|
|
</div>
|