Files
flask_blog/templates/components/timeline.html
2026-03-14 20:25:07 +01:00

8 lines
211 B
HTML

<div class="tw-w-full tw-mx-auto tw-px-4 tw-py-12 tw-text-lg">
<ol
class="tw-relative tw-border-l-2 tw-border-gray-300 tw-list-none tw-p-0 tw-m-0 tw-ml-8"
>
{{ post.timeline | safe }}
</ol>
</div>