aboutsummaryrefslogtreecommitdiff
path: root/doc/templates/note.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/templates/note.mdwn')
-rw-r--r--doc/templates/note.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
index 8de7374bc..9ef5ad942 100644
--- a/doc/templates/note.mdwn
+++ b/doc/templates/note.mdwn
@@ -1,12 +1,11 @@
-[[!templatebody <<ENDBODY
<div class="notebox">
<TMPL_VAR text>
</div>
-ENDBODY]]
-
+<TMPL_UNLESS text>
Use this template to insert a note into a page. The note will be styled to
float to the right of other text on the page. This template has one
parameter:
<ul>
<li>`text` - the text to display in the note
</ul>
+</TMPL_UNLESS>