From cf8885ed149eba0165d039754e2db0010dd43bf2 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Wed, 7 Apr 2021 21:23:37 -0500 Subject: [PATCH] Start frontend project --- .gitignore | 5 ++++- forgetmenot/templates/base.html | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5391d87..3388dae 100644 --- a/.gitignore +++ b/.gitignore @@ -135,4 +135,7 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/ + +# npm +node_modules/ \ No newline at end of file diff --git a/forgetmenot/templates/base.html b/forgetmenot/templates/base.html index fcfe2da..f5306c4 100644 --- a/forgetmenot/templates/base.html +++ b/forgetmenot/templates/base.html @@ -1,6 +1,9 @@ + Forget me not + + {% block content %} {% endblock %}