{% extends "base.html" %} {% block bodyContent %} {% if !currentUser %}
{% pluginblock LoggedOutFillContent %} {% include "partials/errors.html" %} {% include "partials/signupform.html" %} {% endpluginblock %}
{% else %} {% if !currentUser.github.id %}

Welcome to Strider, {{currentUser.email}}!

It looks like you haven't yet linked your Github account. Press the button below to get started.

Link Github account     Manual Setup
{% endif %}
{% include "dashboard_templates.html" %}
{% endif %} {% endblock %}