summaryrefslogtreecommitdiff
path: root/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project.html')
-rw-r--r--templates/project.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/project.html b/templates/project.html
new file mode 100644
index 0000000..076e0a2
--- /dev/null
+++ b/templates/project.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block body %}
+ <h1>{{ project.name }}</h1>
+ <p>{{ project.description }}</p>
+ <p><a href="{{ project.link }}">Link</a></p>
+{% endblock %}