summaryrefslogtreecommitdiff
path: root/layouts/thankyou
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/thankyou')
-rw-r--r--layouts/thankyou/single.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/thankyou/single.html b/layouts/thankyou/single.html
new file mode 100644
index 0000000..aa93c50
--- /dev/null
+++ b/layouts/thankyou/single.html
@@ -0,0 +1,17 @@
+{{partial "header.tmpl" .}}
+<div class="row">
+ <header><p>{{.Title}}</p></header>
+</div>
+<div class="container content journal">
+ <div class="row">
+ <div class="twelve columns article">
+ Thank you!
+ </div>
+ </div>
+</div>
+<div class="row center">
+ <p class="twelve columns" style="margin-top: 20px">
+ <a class="button" href="../" title="back to index">go back</a>
+ </p>
+</div>
+{{partial "footer.tmpl" .}}