{% extends "base.html" %} {% block title %}Retrosynthesis Planner{% endblock %} {% block page_title %}Retrosynthesis Planner{% endblock %} {% block extrahead %}{% endblock %} {% block navbar_items %} Planner {% endblock %} {% block sidebar_items %}{% endblock %} {% block javascript %} {% endblock %} {% block page_body %}
Target compound:Draw
{% csrf_token %}

{% include "drawing_modal.html" %} {% endblock %}