{% extends "base.html" %} {% block title %}{% if editing %}Edit Post{% else %}New Post{% endif %} - {{ project_slug }} - Dashboard{% endblock %} {% block body_attrs %} class="padded-page blog-editor"{% endblock %} {% block content %} {% include "partials/site_header.html" %}

{% if editing %}Edit Post{% else %}New Blog Post{% endif %}.

Checking...
{% if is_changelog_project %}

Surfaces this post as the "Last shipped" line on the landing page. The most recent published post with this set wins; uncheck to retire it.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}