{% if apresController %} {% else %} {% endif %}
{% pluginblock title %}Strider: Brilliant Continuous Deployment{% endpluginblock %}
{% include "bootstrap.html" %}
{% pluginblock Brand %}Strider{% endpluginblock %}
Dashboard
{% if currentUser %}
Account
{% if currentUser.account_level > 0 %}
Admin
Invites
Users
Projects
Jobs
{% endif %} {% endif %}
{% if currentUser %}
Logged in as {{ currentUser.email }} | (
logout
)
{% endif %} {% if not currentUser %}
Sign In
{% endif %}
{% block fillContent%}
{% block bodyContent %} {% endblock %}
{% endblock %}