From 3db069c60d5696efc3d8772e07fec65d876b45e2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 17:30:03 +0200 Subject: feat(main): Add support for Tera templates Sets up the structure required to carry Tera templates in the actix-web state. The (still very barebones) index renderer has been updated to render a Tera template. --- templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 000000000000..566715248a80 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,14 @@ + + + + Converse Index page + + +

Welcome to Converse

+ + + -- cgit 1.4.1