From 9b5d90fe3671a4d13ef71e8666ba16782b64202a Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 5 Sep 2017 21:33:34 -0400 Subject: Initial commit --- _layouts/master.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 _layouts/master.html (limited to '_layouts') diff --git a/_layouts/master.html b/_layouts/master.html new file mode 100644 index 0000000..93216cf --- /dev/null +++ b/_layouts/master.html @@ -0,0 +1,44 @@ + + + + + {{ page.title }} + + + + {% if page.description %} + + + {% else %} + + + {% endif %} + + + + + + +
+

Introducing MedicMate

+

The EMS field reference you’ve been waiting for

+
+ +
+ {{ content }} +
+ + + + + -- cgit v1.2.3