diff --git a/README b/README index 3165d2b..2d39c43 100644 --- a/README +++ b/README @@ -160,11 +160,13 @@ fugitive: README

The fugitive template system uses xml preprocessor syntax: <?fugitive var ?> is rendered as the - value of var. + value of var. This choice has been made because with this syntax + templates are still valid xml (and html) document, and it is semantically + more accurate than xml comments (<!-- var -->).

- In addition to that, there are a conditional and a foreach loop constructs, - plus an include directive. + In addition to variable rendering, there are a conditional and a foreach loop + constructs, plus an include directive.

The syntax of the include directive is <?fugitive