{%- extends "layout.html" -%}
{% block title %}{{ pagetitle }}{% endblock %}
{%- block body -%}
{% include "nav/issue-wizard-stepper.html" %}
{% include "nav/topbar.html" %}
{% endblock %}
{%- block extrascripts -%}
{%- if config.PRODUCTION or config.STAGING -%}
{%- endif %}
{% if source and campaign %}
{% endif %}
{%- endblock %}