Create New Post

{% if error %}
{% if error == 'empty' %}Post text is required! {% elif error == 'api' %}Posting failed! {% endif %}
{% endif %} {% if success %}
Post published successfully!
{% endif %}

Profile | News Feed