{% extends "base.html" %} {% block body %}
{%- if categories|length != 0 %}
User: {{g.user}}
{%- if categories|length == 1 %} {%- else %} {%- endif %}

Editing note: Markdown is used formatting.
To add a line break add two lines, to enter a link use [text](https//domain.tld/link)
{%- endif %} {%- if prev %} {%- if prev == -1 %} Prev {%- else %} Prev {%- endif %} {%- endif %} {%- for motion in motions %} {% include 'motion.html' %} {%- endfor %} {%- if more %} Next {%- endif %}
{%- endblock %}