diff options
Diffstat (limited to 'templates/home.django')
| -rw-r--r-- | templates/home.django | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/home.django b/templates/home.django new file mode 100644 index 0000000..ec62d17 --- /dev/null +++ b/templates/home.django @@ -0,0 +1,4 @@ +{% extends 'layouts/main.django' %} +{% block content %} + <h1>Welcome to Eda</h1> +{% endblock %} |
