aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-04-20 15:34:33 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-04-20 15:34:33 -0700
commit5fa778fcf771b2512844e43e19e5785260ee0452 (patch)
tree137a16ff8f3dc093fc98788e9c00cc44cad4099f
parent481bc70a364c38f112a58e69d1f5e1088ab23dcc (diff)
downloadfatcat-5fa778fcf771b2512844e43e19e5785260ee0452.tar.gz
fatcat-5fa778fcf771b2512844e43e19e5785260ee0452.zip
include an about page
-rw-r--r--fatcat/templates/about.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/fatcat/templates/about.html b/fatcat/templates/about.html
new file mode 100644
index 00000000..5ae8424f
--- /dev/null
+++ b/fatcat/templates/about.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1>About Fatcat!</h1>
+
+<!-- XXX: -->
+RFC will go here eventually.
+
+{% endblock %}