{% extends "base.html" %} {% block title %}New Draft - PoliSage{% endblock %} {% block content %}

Create New Draft

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Describe the goal or problem this draft aims to address. This can be used by the AI to help generate content later.
Link this draft to an existing piece of legislation if applicable.
You can provide initial text, or leave this blank and check the box below to use AI generation.
Cancel
{% endblock %}