{% if apresController %} {% else %} {% endif %}
{% pluginblock title %}Strider: Brilliant Continuous Deployment{% endpluginblock %}
{% include "bootstrap.html" %} {% pluginblock AfterHead %}{% endpluginblock %} {% pluginblock ExtraStyles %}{% endpluginblock %}
{% pluginblock TopNav %}
{% pluginblock Brand %}Strider{% endpluginblock %}
{% pluginblock Nav %}
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 %} {% endpluginblock %}
{% endpluginblock %}
{% block fillContent%}
{% block bodyContent %} {% endblock %}
{% endblock %}