diff --git a/litl/templates/base.html b/litl/templates/base.html index 320d292..0327dd0 100644 --- a/litl/templates/base.html +++ b/litl/templates/base.html @@ -7,6 +7,7 @@ + diff --git a/litl/templates/display.html b/litl/templates/display.html index 479148b..e4f6eb6 100644 --- a/litl/templates/display.html +++ b/litl/templates/display.html @@ -1,7 +1,48 @@ {% extends 'base.html' %} {% block content %} -Slug : {{slug.slug}} -Destination: {{slug.destination}} -Date: {{slug.date}} +
+
+

{{slug.destination}}

+
+ +

+
+

litl.auro.re/{{slug.slug}}

+
+ +
+ + + {% endblock %}