HTML Template Engine Syntax Question
I am creating a HTML template engine for some new software I am creating and need some advice on the syntax.
I need a reliable way to notify to the template engine that "here comes a command".
The templates will be parsed to find commands that will be executed by the templating engine.
After that, the commands will be substituted for some valid html or text.
I have seen many different types of syntaxes for templating engines, and I just want to what is the best way to denote commands/substitutions in the template code.
Examples of syntaxes are [[ tempate code ]], { { template code } } <% template code %>, { tempate code }.
What should I select?
~Olav
-
Brandon Tanner -
Thanks - 1 reply
Signature{{ DiscussionBoard.errors[7856909].message }}-
olavlind -
Thanks - 1 reply
{{ DiscussionBoard.errors[7862969].message }}-
jminkler -
Thanks
{{ DiscussionBoard.errors[7863389].message }} -
-
-