From 3c8681c192c6c7640753728be6df30bab5fbec80 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:00:36 +1000 Subject: [PATCH] some styling --- templates/board.html | 5 ++++ templates/posts.html | 60 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 templates/posts.html diff --git a/templates/board.html b/templates/board.html index f8d7ea3..0fc1b72 100644 --- a/templates/board.html +++ b/templates/board.html @@ -57,4 +57,9 @@ + +
  • + +{% include 'posts.html' %} + {% endblock content %} \ No newline at end of file diff --git a/templates/posts.html b/templates/posts.html new file mode 100644 index 0000000..6ac564f --- /dev/null +++ b/templates/posts.html @@ -0,0 +1,60 @@ +{% if board_threads|length>0 %} + {% for thread in board_threads %} +
    +
    + + + Аноним + + + 05/07/23 Срд 14:53:58 + + + + 15135655 + 2 + + + + + + +
    + + 0 +
    +
    + + 0 +
    +
    +
    +
    +
    + image.png + + + 901Кб, 1200x1200 +
    + + 1200x1200 + +
    +
    + image.png + + + 623Кб, 954x960 +
    + + 954x960 + +
    +
    + + +
    + {% endfor %} +{% endif %} \ No newline at end of file