{% extends "templates/layouts/default.html" %} {% block content %}

Welcome

This is your new KeystoneJS website.

It includes the latest versions of Bootstrap and jQuery.

Visit the Getting Started guide to learn how to customise it.


{% if user and user.canAccessKeystone %}

Open the Admin UI

{% else %}

We have created a default Admin user for you with the email <%= adminLogin %> and the password <%= adminPassword %>.

Sign in to use the Admin UI.

{% endif %}

Remember to Star KeystoneJS on GitHub and follow @keystonejs on twitter for updates.

{% endblock %}