summaryrefslogtreecommitdiff
path: root/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/index.html')
-rw-r--r--website/templates/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/templates/index.html b/website/templates/index.html
new file mode 100644
index 0000000..0d2b2e3
--- /dev/null
+++ b/website/templates/index.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block content %}
+ <div class="m-3">
+ <h1>Rustlings</h1>
+
+ {{ section.content | safe }}
+ </div>
+{% endblock %}