summaryrefslogtreecommitdiff
path: root/templates/form-receipt.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-19 14:19:45 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-19 14:19:51 +0200
commit4ff48ff54fc7f58362bb4e5977512c6c1b4e4dac (patch)
treea1562194fd84ccd72745d8f3cb0488f6a7bc96ae /templates/form-receipt.mdwn
parent99dca30f21f144a6ed05e01c5e33d41ff67e17d1 (diff)
Add form templates. Add book form.
Diffstat (limited to 'templates/form-receipt.mdwn')
-rw-r--r--templates/form-receipt.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/form-receipt.mdwn b/templates/form-receipt.mdwn
new file mode 100644
index 0000000..9ecbe4a
--- /dev/null
+++ b/templates/form-receipt.mdwn
@@ -0,0 +1,8 @@
+<div class=form>
+<tmpl_loop fields>
+<div class="<tmpl_var label escape=html>">
+<span class="fb_label"><tmpl_var label></span>
+<tmpl_var field>
+</div>
+</tmpl_loop>
+</div>