Mustache is a "logic-less" templating library available in a range of languages.
0
votes
0answers
20 views
is this node.js mustache partials functionality ideal?
I'm new to node and have been trying to find a way to integrate mustache in a way thats flexible for how I build templates. After trying hogan, mustache-express and the other permutations of ...
0
votes
0answers
14 views
Append variable to partial name in handlebars (mustache)
I am using handlebars with grunt assemble, say I have a page that has a data field called 'page', can I pass that data field to the name of a partial (in another partial)?
Eg:
A page has the 'page' ...
-1
votes
0answers
9 views
Create a list of Handlebar template variables and iterate through to create a list of inputs [closed]
Is the following possible?
I want to have a system where I can create a Mustache template that is stored into a database as a template. Then if someone wants to use the template some clever ...
0
votes
0answers
13 views
$.Mustache.load and $.Mustache.render
i have next question. I have this code for loading my templates:
$.Mustache.load( "./templates/news/home.tpl" );
Which is:
function load(url, onComplete)
{
return $.ajax({
url: ...
0
votes
0answers
12 views
Good way to do editable messages for plugin?
I am working on a plugin, and have a page setup for the theme developer to be able to edit how my plugin is displayed, and the plugin just injects itself where the theme developer sets certain divs ...
0
votes
2answers
45 views
Why is `Mustache` undefined? (Using RequireJS)
I can see that the mustache.js file has been loaded, (code 200 in Firebug Net tab) so why do I get an error saying "ReferenceError: Mustache is not defined"?
I've looked at several related SO posts ...
1
vote
1answer
27 views
Static HTML Screenshots in Django for SEO
We make use of ajax in our Django web app pretty extensively. It's not a one page design but in most cases we just serve a HTML skeleton with Django's build in template engine and load most of the ...
0
votes
0answers
46 views
Conditional class in side mustache template
I have a json like this. From this json I am populating li's values using mustache template.
{
data: {
buckets: [{
key_value: "HO.H.",
...
0
votes
0answers
41 views
RequireJS not loading Mustache window object
I'm implementing the search functionality described here for my Jekyll site but it needs six separate JavaScript files to work, so I'd like to use RequireJS to load all of these files as dependencies. ...
0
votes
0answers
16 views
Create a “for” loop with Mustache.js templating system
I'd like to create a "for" loop in my Mustache.js template.
I'd like to do something like that:
<ol>
{{for $i = 0; $i < $steps; $i++}}
<li {{$i == ...
0
votes
1answer
57 views
requirejs knockout and mustache - how to inject symbols in script scope?
I trying to build a colored chess game app using : requirejs, jquery, knockout and mustache for templating.
I found on github and script to extend knockout's templating system with mustache, but I ...
0
votes
1answer
48 views
How to do Facebook Open Graph friendly meta tags with client-side template engines like AngularJS, Mustache, Handlebars
According to my testing, Facebook's crawlers do not render client-side templates like a browser.
I want to avoid a webserver and building HTML files for Open Graph objects at all costs. I want to ...
0
votes
0answers
19 views
Is there an HTML templating language that is designed with overrides & patches in mind?
We're building a system that provides pages/views that are often customized on a per-partner basis. The core HTML templates are equivalent to Mustache/Handlebars or HAML: a descriptive language that ...
0
votes
1answer
44 views
Correct way to use Mustache.js?
I am using Mustache.js templating engine.
On page load, I create a list of items which I send back to the Ajax request:
private static List<Items> items;
protected void Page_Load(object ...
0
votes
1answer
31 views
How do I loop through a json collection of strings with Mustache?
The MVC that creates the array of strings is
public JsonResult GetInvalidFilesAJAX(JQueryDataTableParamModel param)
{
string[] invalidFiles = new string[] { "one.xls", "two.xls", ...
0
votes
2answers
38 views
Accessing outer array values from inner array in Mustache.js / ICanHaz
I have the following JSON, essentially an outer array of objects (Outer), each of which may contain an inner array of objects (Inner):
{ "Outer": [{"OuterName": "OuterName1",
"Inner": ...
1
vote
1answer
29 views
Modify html before it gets templated
I am using Mustache template script to render my JSON values.
I was wondering : Since I need to bind data to the html I'm rendering , there is a way to apply .data() to the object I'm going to ...
0
votes
0answers
31 views
use diffrent renderer instead of phprenderer
i installed https://github.com/widmogrod/zf2-mustache-module for my zf2 app
and i dont know how to tell zf2 use the mustach renderer instead of original phprenderer
i also tried adding this to my ...
0
votes
1answer
47 views
CanJS and Mustache
I'm having problem using mustache in my application.
I've stolen 'can.....mustache' and I've a Model object with this structure:
// widgets
Models.LayoutWidget = can.Model({
findAll: 'GET ...
2
votes
1answer
62 views
Replacing util.pump() in Node.js
I recently updated to the latest version of Node.js (1.10~) from 0.8~, and I've been getting a message when running that says:
util.pump() is deprecated. Use readableStream.pipe() instead.
I've ...
0
votes
0answers
16 views
Doctrine ORM with Mustache
I'm trying to output the result from a doctrine query to a mustache template.
So far the only way I can get it to work is if I make the attributes public.
But this doesn't seem right.
Is there a more ...
0
votes
1answer
14 views
mustache.js jQuery minimum version
I am using Mustache js from github at:
https://github.com/janl/mustache.js/
I then build mustache for jquery running rake jquery
I am running this on jQuery 1.4.4 using drupal 7. It seems to work ...
0
votes
0answers
21 views
Dynamic tables with Mustache using dynamic arrays
I am wondering if there is a more graceful solution to my current solution for the following problem
Problem: Generate dynamic tables from a dynamic array with Mustache given that:
Total column ...
0
votes
0answers
14 views
How covert JSON to Context for Mustache C++
I need to use Mustache for C + + (Plustache). But I do not understand how to convert JSON into the context of considering all the possibilities Mustache.
Thanks!
0
votes
2answers
67 views
handlebars with Php, IOS, Android
Yo,
I'm currently looking for a template engine.
For the moment i've an idea on two HandleBars and Mustache.
Mustache is a basic logic-less with many language implmentation.
HandleBars are complied ...
1
vote
0answers
31 views
Why I get template filename instead of template content in Mustache
I went through Mustache tutorial
This question is slightly related to Embed mustache template into another template
I got all other things working except partials
I tried to do
base.mustache:
...
2
votes
1answer
163 views
How can I correctly pre-enhance Mustache templates with jQuery Mobile?
I'm trying to speed up my jQuery Mobile and backbone.js based application, especially the part when it is enhancing form elements (and there are many of them). I was thinking I could let jQM ...
0
votes
1answer
23 views
How to Iterating array data in a table one by one
I have a dynamic table, am try to iterate a array object one by one in table.Am using Mustache template to iterate it.
<tbody>
<tr>
<td>{{ip}}</td>
...
0
votes
1answer
48 views
Fatal error: Class 'Mustache_Engine' not found
I'm using Mustache for my project and I'm following the documentation for it .. which is ..
define('DS', DIRECTORY_SEPARATOR);
require 'system'.DS.'mustache'.DS.'Autoloader.php';
...
0
votes
2answers
70 views
Mustache + Sling + CQ5
I'm researching a means of using Mustache templating for the view engine in CQ5, which uses Sling. I'm looking for some advise if anyone has already had experience going into this.
I need to use a ...
0
votes
0answers
23 views
Render a webpage using Mustache templating library
Here is the gist of my requirements:
I have webpage in a domain, say www.domain-one.com
I want to display this webpage, within another page in another domain, say www.domain-two.com
A simple ...
0
votes
0answers
16 views
Debug script within Hogan.JS
I'm writing a NodeJS server code, and I'm also using hogan.js for my page templates.
I also have javascript in my *.hjs files.
My question is very simple: How can I debug those files ?
Currently ...
0
votes
1answer
50 views
How do I create nested hashmaps of mixed types?
I'm new to Java and I have a problem that I can't figure out how to solve.
I have an existing HashMap that looks like this:
[
{
linkText=Link Text,
link=http://www.someurl.com,
...
0
votes
0answers
52 views
PHP Mustache - Am I doing it right?
Im quite new to the Mustache Template Engine and I plan to write a small dashboard...Therefore I will display different widgets with different templates, managed by mustache.
I know thought of a basic ...
0
votes
2answers
95 views
Mustache style function evaluation with underscore.js template
Is it possible to use underscore.js with Mustache style function calls? The underscore.js manual has an example how to support Mustache syntax:
_.templateSettings = {
interpolate : /\{\{(.+?)\}\}/g
...
0
votes
0answers
24 views
Outputting into JSON with Mustache.js?
Part of my template includes JSON in a data attribute, like this:
<div data-info='{"description": "{{description}}"}'></div>
Normally it works fine, but if the description attribute ...
1
vote
1answer
34 views
Is Mustache XSS-proof?
I was thinking about my app's XSS vulnerability. On the server side I don't sanitize either input or output, so
<script>alert(document.cookies)</script>
is stored in database exactly ...
0
votes
1answer
23 views
Handlebars:How do i access array by value?
I have a simple array 'names' with name and id.
I'd like to access the name from other loop (phones).
Code is below:
{{#names}}
{{name}} - {{id}} // this shows for example '123456 - 001'
...
0
votes
1answer
30 views
Calling a mustache argument inside one mustache argument
Im trying to do something like this but I can't find out how to do it :
I got a mustache arg called : {{dropdown_}} and another one which is called {{number}}
What I'm trying to do is something like ...
0
votes
2answers
44 views
How to do transitional for loop in Mustache template?
Just started using Mustache template in PHP. I've read Manual, but looks like there's no tranditional loop in Mustache.
How do I simulate the following loop in Mustache?
for($i=0; $i<10; $i++)
{
...
0
votes
1answer
24 views
How to find list is NOT empty in Mustache
We have a requirement to display some message if the documents list in the below data structure is NOT empty.
{
"id:" 1,
"documents": [
{
"name": ...
0
votes
1answer
108 views
How to get Handlebars templates to return DOM elements instead of string of HTML?
I am using Handlebars in my Backbone.js application. I am wondering how to get Handlebars template to return DOM elements instead of a string?
This is what I mean:
define([
'underscore',
...
1
vote
1answer
39 views
how to add a class with the end increment for the number of pictures I have to a mustache template in jQuery?
I have the follow mustache template:
<script id="pictures" type="text/template">
{{#images}}
<li id="dndtemplate">
<img src={{img}} title={{imgnimi}} alt={{imgnimi}} ...
1
vote
0answers
351 views
twitter bootstrap ajax dropdown
I'm trying to build a dynamic menu using twitter bootstrap.
The idea is to load a json file with the menu items inside:
// test.json
{
"children": [
{
"text": "Item1",
"children": [
...
0
votes
1answer
178 views
What's the simplest way to use mustache view templates in rails?
I could do:
render :text => Mustache.render(view_template_in_a_string, object_hash)
in my controller, but it seems more conventional to put view_template_in_a_string in it's own ...
0
votes
0answers
66 views
Is it possible to pass variables to a mustache partial
Lets say I have a mustache button partial like this
<button name="{{name}}" class="btn">{{title}}</button>
Is it possible somehow to set the title when calling the partial directly like ...
0
votes
2answers
149 views
icanhaz/mustache loop (iterate through elements) js error
I'm trying to get icanhaz/mustache loop working, as defined in this answer and I'm getting following error in browser console:
Uncaught Error: Syntax error, unrecognized expression: <option ...
0
votes
0answers
32 views
Generating html pages with mustache in a python CGI script
I need to deploy a static website to a host that allows ssh access and python scripts (via CGI). So far I used local generated html content with the help of mustache. So far so good. Now different ...
0
votes
1answer
114 views
PHP Mustache. Implicit iterator: How to get key of current value(numeric php array)
If I have php array like this:
$a = array (
99 => 'Something1',
184 => 'Something2',
);
And keys present important information - It can be some constant values, ids e.t.c
Then how ...
0
votes
1answer
428 views
How to build collapsible/expandable table rows like news.google.com
I am building a webpage to show some articles and related article. I want to build something similar to what you see on news.google.com
I strongly feel there is a better way to do it than what I am ...




