-
@stronk7 points to this line https://github.com/stronk7/moodle-local_ci/blob/master/mustache_lint/mustache_lint.php#L297
Example error in moodle-plugin-ci when Java is apparently not present
```…
-
##### Description
There were discussions about switching from Mustache to Handlebars (or something else) before. The goal was to simplify the templates as Mustache is a logicless template system an…
-
From the source code:
```c
/**
* Loads a mustache template, converting it into an opaque instruction array.
*
* Returns a pointer to the instruction array.
*
* The `folder` argument shou…
-
Hi, and thanks for this wonderful plugin.
I would like to ask if would be possible to extend the minify functionality to the .mustache file, since they have the same feature of a standard html file.
…
-
We need to support tripple mustache to escape the curly braces. It doesn't seem to work.
-
`views/mochachairunner.mustache` and `views/mocharunner.mustache` loads very old versions of mocha. Specificaly `2.3.4`. Would it be possible to update it to latest version ? I understand that might b…
-
Popular templating engines like the one in AngularJS or VueJS use this `{{ mustache }}` notation for resolving expressions in the template. Some also employ `{{{ triplestache }}}` notation for modifie…
thany updated
6 years ago
-
**System information:**
- OS: Linux
- Compiler: Clang 16.0.6
**Bug**
![image](https://github.com/the-moisrex/webpp/assets/12122474/46f5270a-c2b4-4c7b-a2a3-511047f2d076)
It works on GCC th…
-
I have been trying to get Poshstache to work with Mustache partials. I am using v0.1.10. It appears that Nustache supports partials. Can you provide a working example of Poshstache doing the same? …
-
Im having trouble with new lines and empty lines when writing templates for mason.
For example:
Given `a` is `false` and `b` is `false`
Desired Output:
Empty file.
Given `a` is `false` an…