⚠️ Draft Post: This post is a draft and may not be complete yet.
{% endif %}
{# Content Title #}
{{ content.title }}
{# Content Metadata (for posts with dates) #} {% if content.date %} {# Calculate reading time #} {% set words = content.html | striptags | split(pat=' ') | length %} {% set reading_time = (words / 200) | round(method='ceil') %} {% endif %}Published as part of '{{ series_display_name(series=content.series) }}' series.
📋 Table of Contents
{{ content.toc }}
{{ content.html }}
{# Content Footer with Tags and Stream info #}
{% if content.date %}
{% endif %}