summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/label_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/label_list.html')
-rw-r--r--gstudio/templates/gstudio/label_list.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/label_list.html b/gstudio/templates/gstudio/label_list.html
new file mode 100644
index 0000000..33afde5
--- /dev/null
+++ b/gstudio/templates/gstudio/label_list.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<h> List of Nodes </h>
+<br>
+</head>
+
+<body>
+<div>
+<ul>
+{% for item in lis %}
+ <li><a href="{{ item.get_absolute_url }}" >{{ item.title }}</a></li>
+{% endfor %}
+</ul>
+</div>
+</body>
+</html>