Travel Router:
Home
{% if not current_user.is_anonymous %}
Logout
{% if vpn %}
Disconnect from VPN
{% else %}
Connect to VPN
{% endif %} {% if killswitch %}
Disable KillSwitch
{% else %}
Enable KillSwitch
{% endif %} {% endif %}
{% block content %}{% endblock %}