aboutsummaryrefslogtreecommitdiff
path: root/templates/primary-header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/primary-header.html')
-rw-r--r--templates/primary-header.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/primary-header.html b/templates/primary-header.html
new file mode 100644
index 0000000..f20417a
--- /dev/null
+++ b/templates/primary-header.html
@@ -0,0 +1,9 @@
+{{ define "primaryheader" }}
+<table id="header">
+ <tr>
+ <td class='logo' rowspan='2'><a href='/'><img src='/legitrx.png' alt='legitrx logo'/></a></td>
+ <td class='main'>{{ .meta.Title }}</td>
+ <tr><td class='sub'>{{ .meta.Description }}</td>
+ </tr>
+</table>
+{{ end }}