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