summaryrefslogtreecommitdiff
path: root/templates/div.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-20 20:58:06 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-20 20:58:06 +0200
commitbd227ccf91d75f813074870a464a36ec922b0225 (patch)
treec2c8ac4b2806c462e2804c8cfe1c1f5ee8f620fc /templates/div.mdwn
parent2839156d9508750c7562dc9b570df5269e286131 (diff)
Add spacer div.
Diffstat (limited to 'templates/div.mdwn')
-rw-r--r--templates/div.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/div.mdwn b/templates/div.mdwn
new file mode 100644
index 0000000..bd0ed18
--- /dev/null
+++ b/templates/div.mdwn
@@ -0,0 +1,3 @@
+<div<TMPL_IF name> id="<TMPL_VAR name>"</TMPL_IF><TMPL_IF class> class="<TMPL_VAR class>"</TMPL_IF>><TMPL_IF content>
+<TMPL_VAR content>
+</TMPL_IF></div>