{% extends "layout.html" %} {% block content_main %}

Scout

Analyze VCFs quicker and easier

Scout allows you to browse VCFs in a web browser, identify compound pairs, and solve cases as a team.

Version {{ version }}

{% if current_user.is_authenticated %}

Welcome {{ current_user.name }}!

{% else %} {% if config.GOOGLE %} Login with Google {% else %}
{% endif %} {% endif %}
{% endblock %}