From 2e8e39583b39a7b87ee86be837650b0456f2dd25 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 18 Nov 2013 12:29:19 +1300 Subject: [PATCH] Starting work on the templates for output --- templates/includes/header.inc | 5 +++++ templates/response.tt | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 templates/includes/header.inc create mode 100644 templates/response.tt diff --git a/templates/includes/header.inc b/templates/includes/header.inc new file mode 100644 index 0000000..797a783 --- /dev/null +++ b/templates/includes/header.inc @@ -0,0 +1,5 @@ + + diff --git a/templates/response.tt b/templates/response.tt new file mode 100644 index 0000000..efeab8b --- /dev/null +++ b/templates/response.tt @@ -0,0 +1,7 @@ +[% INCLUDE 'includes/header.inc' %] + + + <[% messagetype %]> + + + -- 2.43.2