From 12284e0ba0474cf23669720ab58e6a6aacbee102 Mon Sep 17 00:00:00 2001 From: Don Richards <2738244+DonRichards@users.noreply.github.com> Date: Tue, 30 Nov 2021 13:58:13 -0500 Subject: [PATCH] Create welcome.html.twig --- templates/welcome.html.twig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/welcome.html.twig diff --git a/templates/welcome.html.twig b/templates/welcome.html.twig new file mode 100644 index 00000000..893bdfee --- /dev/null +++ b/templates/welcome.html.twig @@ -0,0 +1,25 @@ +{% extends "modules/contrib/islandora/templates/welcome_base.html.twig" %} + +{% block title %}Islandora Welcome Page{% endblock %} + +{% block body %} + + +
Our sandbox environment illustrates the basic functionality of Islandora's latest release. To log in with full administrative privileges, please use the following credentials:
+This sandbox is periodically wiped and refreshed.
+ +To learn more about Islandora 8, please visit the project on GitHub and read our Ansible playbook.
+ +To learn more on how to override this homepage see Islandora documentation # How to modify the frontpage.
+