diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 22:09:03 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 22:09:03 +0200 |
commit | 8991362eb46a1fc8f8c4a2d37c9270d9184a7027 (patch) | |
tree | 9ca8a3e31b0ef92b4eb64f2e5a74f77aa9d59115 /templates/note.mdwn | |
parent | d2900fb6570a284cd6de6d4c0110cd89384de4af (diff) | |
parent | a4d8b1a6fba4a0c21a9acecabc6ddd1b54aacb44 (diff) |
Diffstat (limited to 'templates/note.mdwn')
-rw-r--r-- | templates/note.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/note.mdwn b/templates/note.mdwn index 9ef5ad9..8de7374 100644 --- a/templates/note.mdwn +++ b/templates/note.mdwn @@ -1,11 +1,12 @@ +[[!templatebody <<ENDBODY <div class="notebox"> <TMPL_VAR text> </div> -<TMPL_UNLESS text> +ENDBODY]] + 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> |