{% extends "base.html" %} {% set active_page = "blog" %} {% block title %}{{ draft.title }} — Blog Drafts{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ draft.subtitle }}
{% endif %}{{ draft.style }}
{{ draft.topic[:80] }}
{{ draft.model_used }}
{% if draft.cost_usd %}${{ "%.4f" | format(draft.cost_usd) }}{% else %}N/A{% endif %} {% if draft.input_tokens %} ({{ "{:,}".format(draft.input_tokens) }} in / {{ "{:,}".format(draft.output_tokens) }} out) {% endif %}
{{ draft.content_md }}