aboutsummaryrefslogtreecommitdiffstats
path: root/examples/macros.fmark
diff options
context:
space:
mode:
Diffstat (limited to 'examples/macros.fmark')
-rw-r--r--examples/macros.fmark10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/macros.fmark b/examples/macros.fmark
new file mode 100644
index 0000000..3f542c0
--- /dev/null
+++ b/examples/macros.fmark
@@ -0,0 +1,10 @@
+{% macro input(text)
+
+<form action="/html/tags/html_form_tag_action.cfm" method="post">
+<textarea name="comments" id="comments" style="width:92%;height:140px;padding:2%;font-size:1.2em;border:12px outset #6DB72C;">
+{{text}}
+</textarea><br>
+<input type="submit" value="Submit">
+</form>
+
+%} \ No newline at end of file