diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-20 15:34:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-20 15:34:33 -0700 |
commit | 5fa778fcf771b2512844e43e19e5785260ee0452 (patch) | |
tree | 137a16ff8f3dc093fc98788e9c00cc44cad4099f | |
parent | 481bc70a364c38f112a58e69d1f5e1088ab23dcc (diff) | |
download | fatcat-5fa778fcf771b2512844e43e19e5785260ee0452.tar.gz fatcat-5fa778fcf771b2512844e43e19e5785260ee0452.zip |
include an about page
-rw-r--r-- | fatcat/templates/about.html | 9 |
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 %} |