From 16c139887d50962798ae0b9422fbdf26f9230264 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 5 Apr 2015 15:40:56 +0300 Subject: introducing template fragments --- .../template/fragment/by-domain/default.rhizi.net/login__header.html | 3 +++ res/templates/login.html | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 res/local/template/fragment/by-domain/default.rhizi.net/login__header.html (limited to 'res') diff --git a/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html new file mode 100644 index 00000000..446a701a --- /dev/null +++ b/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html @@ -0,0 +1,3 @@ +

Lorem ipsum dolor sit amet

+

consectetur adipiscing elit

+

sed do eiusmod tempor incididunt ut labore et dolore magna aliqua

diff --git a/res/templates/login.html b/res/templates/login.html index 4c320cf9..14b6b759 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -28,9 +28,7 @@ body {

Welcome to Rhizi

- - - + {% include "fragment/login__header.html" %}
-- cgit v1.3.1