{% extends "layout.html" %} {% block title %}SocialSync{% endblock %} {% block content %}
Synchronize status post from your tent to other social networks in real time.
To trigger the synchronization the post has to contain #social
.
{% if twitter_connected %} Twitter is connected {% else %} Connect Twitter {% endif %}
{% endblock %}