{% extends 'layouts/base.html' %} {% block content %}

Hello {% if not (current_user.is_authenticated) %} world {% else %} {{ current_user.full_name() }} {% endif %},

Welcome to Yacht, we are still in early development on this program and appreciate you taking a look and helping us test it. If you run into any issues please be sure to let us know so we can fix them ASAP.

{% endblock %}