summaryrefslogtreecommitdiff
path: root/layouts/thankyou/single.html
diff options
context:
space:
mode:
authorHorus32016-11-23 18:07:51 +0100
committerHorus32016-11-23 18:07:51 +0100
commit68c22afe782299a5efd54afd4e6367efd025aec9 (patch)
tree7a0758c0b7eac350941fec8345c8b483cd84b4db /layouts/thankyou/single.html
parent26c446cd6f9d4bf58d3b7368ea984ce167f4081c (diff)
downloadiamfabulous.de-68c22afe782299a5efd54afd4e6367efd025aec9.tar.gz
Fügt contact form hinzu.
Diffstat (limited to 'layouts/thankyou/single.html')
-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" .}}