Top "Template-engine" questions

A template engine is software that is designed to process templates and content information to produce output documents.

Velocity: Is a any way to check if variable is defined

I want to include one template nested into others cont1, cont2, cont3. And nested template should be hide one specific …

variables velocity template-engine
What is the fastest template system for Python?

Jinja2 and Mako are both apparently pretty fast. How do these compare to (the less featured but probably good enough …

python django-templates template-engine mako jinja2
How to get list items by index in freemarker template?

Is there a way to get list item by index in freemarker template, maybe something like this: <#assign i = 1&…

java templates freemarker template-engine
Jinja2 round filter not rounding

I have the following code in my template: data: [{% for deet in deets %} {{ deet.value*100|round(1) }}{% if not loop.last %},{% …

python flask jinja2 template-engine
Is it considered bad practice to use HTML in Jade?

Jade looks like a cool templating engine and I think I'll be using it for my next project. However, some …

node.js express pug template-engine
Using Jade Templates (jade-lang.com) client-side

I'd like to use Jade templates client-side. Preferably generated using the Rails 3.1 asset pipeline. I can't really figure out how …

javascript ruby-on-rails node.js template-engine pug
How to bind data on a Handlebars.js template for automatic value update?

There are many JavaScript MVC frameworks right now that work with Handlebars.js offering data binding between the model/controller …

javascript data-binding template-engine handlebars.js
Email Internationalization using Velocity/FreeMarker Templates

How can I achieve i18n using a templating engine such as Velocity or FreeMarker for constructing email body? Typically …

java spring internationalization template-engine
What's a good HTML template engine for C++?

Possible Duplicate: C++ HTML template framework, templatizing library, HTML generator library Planning to write a website in C++. Would like …

c++ templates template-engine
Jinja 2 safe keyword

I have a little problem understanding what an expression like {{ something.render() | safe }} does . From what I have seen, without …

python template-engine jinja2