diff options
Diffstat (limited to 'app/templates/base')
| -rw-r--r-- | app/templates/base/home.html | 0 | ||||
| -rw-r--r-- | app/templates/base/index.html | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/app/templates/base/home.html b/app/templates/base/home.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/templates/base/home.html diff --git a/app/templates/base/index.html b/app/templates/base/index.html new file mode 100644 index 0000000..11d266c --- /dev/null +++ b/app/templates/base/index.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} + +<b>Welcome to Strengthy</b> + +{% endblock %} |
