{% extends 'scipost/base.html' %} {% block pagetitle %}: graph{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %}

Graph

{{ graph }}
{{ graph.contents }}
{% csrf_token %} {{ create_node_form.as_table }}
{% csrf_token %} {{ create_link_form.as_table }}

{% for node in nodes %} {{ node.contents }} Edit this Node {% endfor %}
{% endblock bodysup %}