{# This template is shared by the new thread, reply and post-editing pages. The main display differences between the different editing styles are the headline of the page ("Submit new thread", "Reply to thread", "Edit post") and whether or not the subject line field is displayed in the input form. Every one of these pages can have a variable length list of alerts submitted into the template, which will be rendered as Boostrap alert boxes above the user input form. #} Converse: Post
{% match mode %} {% when EditingMode::NewThread %}
{% when EditingMode::PostReply %} {% when EditingMode::EditPost %} {% endmatch %} {% match mode %} {% when EditingMode::PostReply %} {% when EditingMode::EditPost %} {% else %} {# no post ID when making a new thread #} {% endmatch %}
{% for alert in alerts %} {{ alert }}  {% endfor %} {% if mode == EditingMode::NewThread %}
{% endif %}
Quick Markdown primer:

Remember that you can use Markdown when writing your posts:

*italic text*

**bold text**

~strikethrough text~

[link text](https://some.link.com/)

![image text](https://foo.com/thing.jpg)

Use * or - to enumerate lists.

See Markdown documentation for more information!