diff --git a/src/templates/index.html b/src/templates/index.html index 269be01..c2ee3f0 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -41,17 +41,15 @@ {% for note in notes %} - - {{ note['shortid'] }} - - {{ note['title'] }} - {{ note['alias'] }} - {% if note['lastchangeAt'] %} - {{ note['lastchangeAt'].strftime('%d.%m.%Y %H:%M') }}{% endif %} - - {{ note['permission'] }} - {% if note['content'] %}💬{% else %}❌{% endif %} - + + {{note['shortid']}} + {{note['title']}} + {{note['alias']}} + {% if note['lastchangeAt'] %}{{note['lastchangeAt'].strftime('%Y-%m-%d %H:%M')}}{% endif %} + + {{note['permission']}} + {%if note['content']%}💬{%else%}❌{%endif%} + {% endfor %}