+ {%- if post.is_task==1 and post.assigned_to -%} + + {{ post.assigned_to_fullname }} + {%- elif post.is_event==1 and post.event_datetime -%} + + + {%- endif -%} + {{ post.content|markdown }} + {%- if post.picture_url -%} + + {%- endif -%} +