X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Ftemplates%2Findex.html;h=c28077e152ca4dee3e76fc0dacf916700abf7578;hp=8f82005e60c01d8e2f4b201f1e503d967c24744e;hb=d78df798e7e4407431795b62423ca874ac5b6a6c;hpb=c0423b325bfab128a28b4d19a3c51b7b418832a8 diff --git a/theme/templates/index.html b/theme/templates/index.html index 8f82005..c28077e 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,36 +1,22 @@ {% extends "base.html" %} {% block content_title %}{% endblock %} -{% block content %} - -{% for article in articles %} - - {% if loop.index == 1 %} +{% block scripts %} + +{% endblock %} -
-

{{ article.title }}

- {{ article.content }} -
- -
- - {% if loop.length > 1 %} -
-

Last posts

-
    - {% endif %} - - {% elif loop.index < 7 %} -
  1. - {% include 'article_link.inc.html' %} -
  2. - {% endif %} +{% block content %} +{% for article in articles_page.object_list %} + + +
    {% endfor %} -{% if articles|length > 1 %} -
-
-{% endif %} +{% include 'pagination.inc.html' %} {% endblock content %}