summaryrefslogtreecommitdiff
path: root/templates/div.mdwn
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-02-11 19:23:52 +0100
committerSiri Reiter <siri@jones.dk>2012-02-11 19:23:52 +0100
commit9d28ee3b0df800bae94c8d2141eade844a6ad929 (patch)
treeb0cc98154432cb31ab5489e63e82bbe78163a9a2 /templates/div.mdwn
parent63148520699efe3ea6878399a7ab7af7beb9444d (diff)
Modernize: Fix use branding class (not id). Colorize branding when not link. Add branding and corresponding div template.
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..709b253
--- /dev/null
+++ b/templates/div.mdwn
@@ -0,0 +1,3 @@
+<div <TMPL_IF anchor>id="<TMPL_VAR ESCAPE=HTML anchor>"</TMPL_IF> <TMPL_IF class>class="<TMPL_VAR ESCAPE=HTML class>"</TMPL_IF>>
+<TMPL_VAR content><TMPL_VAR content2>
+</div>