{% extends "base.html" %} {% block title %}Marketing -- ProducerOS{% endblock %} {% block page_heading %}Marketing{% endblock %} {% block content %}

Generate local, editable drafts from your confirmed project data. Nothing here invents numbers, quotes, or achievements -- and nothing is ever sent or published automatically.

Generate a draft

Campaigns

{% for c in campaigns %}
{{ c.name }} {{ c.status.value }}
{% else %}

No campaigns yet.

{% endfor %}

Content assets

{% for a in content_assets %}
{{ a.title }} {{ a.status.value }}
{% else %}

No content assets tracked yet.

{% endfor %}

Drafts

{% for d in drafts %}
{{ d.title }} {{ d.status.value }}
{% else %}

No drafts generated yet.

{% endfor %}
{% endblock %}