summaryrefslogtreecommitdiffstats
path: root/templates/company.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/company.gohtml')
-rw-r--r--templates/company.gohtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/company.gohtml b/templates/company.gohtml
new file mode 100644
index 0000000..f3a9cf6
--- /dev/null
+++ b/templates/company.gohtml
@@ -0,0 +1,10 @@
+<ul>
+ <li>{{ .data.author.name }}</li>
+ <li>{{ .data.author.address }}</li>
+ <li><a href="{{ .data.author.website }}">{{ .data.author.website }}</a></li>
+ <li><a href="mailto:{{ .data.author.email }}">{{ .data.author.email }}</a></li>
+ <li><a href="tel:{{ .data.author.phone }}">{{ .data.author.phone }}</a></li>
+</ul>
+
+<section class="terms">
+</section>
remember that computers suck.