diff --git a/templates/base.html b/templates/base.html index 3e62a35..c50f662 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,36 +1,54 @@ - - {% block title %}{% endblock %} - digimarks - - - -
-
- - {% block pagecontent %} - + + {% block title %}{% endblock %} - digimarks - - +
+
+ {% block pagecontent %} + {% endblock %} +
+
+ + + + + + diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 2d7b1a8..3855581 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -2,22 +2,28 @@ {% block title %}Bookmarks{% endblock %} {% block pagetitle %}Bookmarks{% endblock %} {% block pagecontent %} - + +

{{ bookmark.url|urlize(25) }}

+

{{ bookmark.created_date.strftime("%m/%d/%Y %H:%M") }}

+
+ #} - + {% endfor %} + + +
+ {% endblock %}