{% extends "base.html" %} {% set active_page = "blog" %} {% block title %}Generate Blog Post — IETF Draft Analyzer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Generate Blog Post

Claude will use your project data (gaps, proposals, drafts, stats) to write a Medium-style blog post.

What should the post be about? Reference gaps, proposals, or general topics.

Preview

Your generated blog post will appear here.

{% endblock %} {% block extra_scripts %} {% endblock %}