From 7b18e51bf84d1787e05f48609b07a3612f0dd505 Mon Sep 17 00:00:00 2001 From: Alex Sexton Date: Sun, 9 Oct 2011 20:29:03 -0500 Subject: [PATCH] Added in docs for template comments --- README.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.markdown b/README.markdown index 8d54d79e..703423da 100644 --- a/README.markdown +++ b/README.markdown @@ -166,6 +166,21 @@ example: //
  • Yehuda
  • // + +### Comments + +You can add comments to your templates with the following syntax: + + {{! This is a comment }} + +You can also use real html comments if you want them to end up in the output. + +
    + {{! This comment will not end up in the output }} + +
    + + Precompiling Templates ----------------------