{% extends "openstack/_base_openstack.html" %}
{% block title %}Thank you{% endblock %}
{% block head_extra%}{% endblock %}
{% block content %}
{% with thanks_context="subscribing!", thanks_message="You will begin receiving emails as new content is posted. You may unsubscribe any time by clicking the link in the email." %}{% include "shared/_thank_you.html" %}{% endwith %}
{% endblock content %}