The following posts slipped in while you were typing.
{{ post_cur := nil }}
{{ post_userName := "" }}
{{ post_text := "" }}
{{ post_overrideLine := "" }}
{{ post_overrideLink := "" }}
{{ post_attach := nil }}
{{ post_bozo := false }}
{{ range i, p := posts }}
{{ post_cur = p }}
{{ post_userName = post_getUserName(p, .) }}
{{ post_text = post_getText(p, .) }}
{{ post_overrideLine = post_getOverrideLine(p, .) }}
{{ post_overrideLink = post_getOverrideLink(p, post_topicPermalink) }}
{{ post_attach = post_getAttachmentInfo(p, .) }}
{{ post_bozo = post_isBozo(p, post_topic, .) }}
{{ include "singlepost.jet" }}
{{ end }}
Post Message in "{{ topicName }}":
Review Your Post:
- The posts shown above "slipped in" while you were posting your message.
- You may choose to edit your message and repost, just post it as is, or cancel posting altogether.
- Click "Preview" to see updated changes before posting.
- When satisfied, click a "Post" button to submit your message.