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