diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 4bbad1d..714db1c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,9 @@ {% extends 'base.html' %} {% block content %} -<p>{{ description }}</p> +{% if description %} +{% include cur_path + '/.description' %} +{% endif %} {% if dirs %} <h3>Topics</h3> |