Files
flask_blog/templates/components/timeline.html
2026-03-14 17:15:37 +01:00

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>