diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/note-linked.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/note-linked.mdwn b/templates/note-linked.mdwn new file mode 100644 index 00000000..fa96dc01 --- /dev/null +++ b/templates/note-linked.mdwn @@ -0,0 +1,7 @@ +[[!templatebody <<ENDBODY +<a href="<TMPL_VAR link>"> +<div class="notebox"> +<TMPL_VAR text> +</div> +</a> +ENDBODY]] |