diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/column.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/column.mdwn b/templates/column.mdwn new file mode 100644 index 0000000..dfe2b8b --- /dev/null +++ b/templates/column.mdwn @@ -0,0 +1,3 @@ +<div class="col-<TMPL_IF breakpoint><TMPL_VAR breakpoint><TMPL_ELSE>md</TMPL_IF>-<TMPL_VAR size><TMPL_IF offset> col-offset-<TMPL_IF breakpoint><TMPL_VAR breakpoint><TMPL_ELSE>md</TMPL_IF>-<TMPL_VAR offset></TMPL_IF>"> +<TMPL_VAR content> +</div> |