aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/jams/team_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/jams/team_view.html')
-rw-r--r--templates/main/jams/team_view.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/main/jams/team_view.html b/templates/main/jams/team_view.html
new file mode 100644
index 00000000..b7387a6a
--- /dev/null
+++ b/templates/main/jams/team_view.html
@@ -0,0 +1,7 @@
+{% extends "main/base.html" %}
+{% block title %}Team {{ team.name }}{% endblock %}
+{% block og_title %}Team {{ team.name }}{% endblock %}
+
+{% block content %}
+
+{% endblock %} \ No newline at end of file