From fb7df7a34680524cd269d12e6b49fa487cef38b3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 9 Apr 2018 23:37:21 +0200 Subject: feat(templates): Slightly less barebones index & thread templates --- templates/index.html | 57 ++++++++++++++++++------------ templates/thread.html | 97 ++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 115 insertions(+), 39 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index fe35eb7bc03d..5fc0d9a77c52 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,28 +1,41 @@ - - + + - Converse Index page + + + + + Converse Index -

Welcome to Converse

- -
-
-
- - +
+ +
+
+ -
- - -
-
- -
- +
diff --git a/templates/thread.html b/templates/thread.html index 83007d6ac1b8..3c93a524834f 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -1,26 +1,89 @@ - - + + + + + + Converse: {{ thread.title }} -

{{ thread.title }}

+
+ +
-

{{ thread.body }}
Posted at {{ thread.posted }} by {{ thread.author_name }}

- {% for post in posts -%} -
  • {{ post.body }}
    Posted at {{ post.posted }} by {{ post.author_name }}
  • - {%- endfor %} +
    +
    +
    +
    +
    +
    +
    +

    {{ thread.title }}

    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + {{ thread.author_name }} +
    +
    +
    +
    + {{ thread.body }} +
    + {{ thread.posted }} +
    +
    -
    -
    - -
    - - + {% for post in posts -%} +
    +
    +
    + + {{ post.author_name }} +
    +
    + {{ post.body }} +
    + {{ post.posted }} +
    +
    + {%- endfor %} +
    +
    +
    + + + +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    -
    - -
    - +
    -- cgit 1.4.1