X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Findex.html;h=04bbabe8780b5540e2e6bee80009e92153eb40c5;hb=aa66d52ad5b00a2ee8da2accbcd58bde428d502b;hp=b53a236213c4c652cfb690a8406f4f7675861625;hpb=fb14879eed07a490aab3a9263db29e4a0323ae41;p=motion.git diff --git a/templates/index.html b/templates/index.html index b53a236..04bbabe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,9 +2,14 @@ {% block body %}
{%- if categories|length != 0 %} +
+
+User: {{g.user}} +
+
-
-
+
+
{%- if categories|length == 1 %} @@ -22,8 +27,10 @@ {%- endfor %}
-
-
+
+
+ Editing note: Markdown is used formatting.
+ To add a line break add two lines, to enter a link use [text](https//domain.tld/link)
@@ -31,16 +38,16 @@ {%- endif %} {%- if prev %} {%- if prev == -1 %} -Prev +Prev {%- else %} -Prev +Prev {%- endif %} {%- endif %} {%- for motion in motions %} {% include 'motion.html' %} {%- endfor %} {%- if more %} -Next +Next {%- endif %}
{%- endblock %}