{% extends "base.html" %} {% block css %} {% endblock %} {% block subheader %}

Next steps for the Blink launch process

{% endblock %} {% block content %} {% if launch %}

Click through this link to file a launch-tracking bug

{% include "blink/launch_bug.html" %}
{% endif %} {% if intent %}

Copy and send this text for your "Intent to Implement" email

{% include "blink/intent_to_implement.html" %}
{% endif %} {% endblock %} {% block js %} {% endblock %}