diff options
Diffstat (limited to 'examples/www/index.mustache')
| -rw-r--r-- | examples/www/index.mustache | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/www/index.mustache b/examples/www/index.mustache new file mode 100644 index 0000000..04d0632 --- /dev/null +++ b/examples/www/index.mustache @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + </head> + <body> + {{meta.project}} + <ul> + {{#projects}} + <li>{{id}}</li> + {{/projects}} + </ul> + </body> +</html> |
