{% load static %}
{% block head %}{% endblock %}
Flow
Bot
{% if user.is_authenticated %}
Dashboard
Fanpages
Flows
Admin
{% csrf_token %}
Logout
{% else %}
Login
{% endif %}
{% block content %}{% endblock %} {% block scripts %}{% endblock %}