aboutsummaryrefslogtreecommitdiff
path: root/templates/primary-header.html
blob: f20417a187907788a7a1d41135a833e6ebbb56c4 (plain) (blame)
1
2
3
4
5
6
7
8
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 }}