We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the library/CLI allow for mustache partials? If so, how? The help gives me:
$ mustache -h Syntax: mustache <view> <template> [output]
And when I try something like
{{> file.html}}
hoping file.html gets inlined, nothing is included.
file.html
The text was updated successfully, but these errors were encountered:
Yepp, the README has an example of CLI & partials usage with the -p argument: https://github.com/janl/mustache.js#command-line-tool
-p
Sorry, something went wrong.
No branches or pull requests
Does the library/CLI allow for mustache partials? If so, how? The help gives me:
And when I try something like
hoping
file.html
gets inlined, nothing is included.The text was updated successfully, but these errors were encountered: