{% extends "gramps-base.html" %} {% block title %}GRAMPS Connect - main page {% endblock %} {% block heading %}GRAMPS - main page {% endblock %} {% block content %}

Welcome to GRAMPS Connect, a new web-based collaboration tool. {% if user.is_authenticated %} You are now logged in as {{user.username}}. {% endif %}

Database information:

{% endblock %}