diff --git a/templates/description.html b/templates/description.html index 81286f7..a2ce16e 100644 --- a/templates/description.html +++ b/templates/description.html @@ -14,11 +14,17 @@ {% elif item.lower().endswith(('.mp4')) %} + {% elif item.lower().endswith(('.mov')) %} + + {% elif item.lower().endswith(('.mp3')) %} - + + + {% elif item.lower().endswith(('.wav')) %} + {% elif item.lower().endswith(('.pdf')) %} - + {% endif %} {% endfor %} diff --git a/templates/layout.html b/templates/layout.html index 2162b8f..ea499fd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,5 +1,5 @@ - +