{% extends "base.html" %} {% block title %} Node {{ node.id }} {% endblock %} {% block content %} Viewing Node {{ node.id }}

product: {{ node.product }}

manufacturer: {{ node.manufacturer }}

type: {{ node.productType }}

{% endblock %}