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

8 lines
190 B
HTML

<div class="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>