diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-20 20:58:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-20 20:58:06 +0200 |
commit | bd227ccf91d75f813074870a464a36ec922b0225 (patch) | |
tree | c2c8ac4b2806c462e2804c8cfe1c1f5ee8f620fc /templates | |
parent | 2839156d9508750c7562dc9b570df5269e286131 (diff) |
Add spacer div.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/div.mdwn | 3 |
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> |