{% load static %} {% block title %}Tweetme : {% endblock %} {% include "navbar.html" %}
{% block content %} {% endblock %}
{% include "reply-model.html" %} {% include "footer.html" %}