Top "Template-engine" questions

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

Thymeleaf: How to exclude outer tag when using th:each?

The Thymeleaf 2.1.4 official doc demonstrates the for each usage as below: <tr th:each="prod : ${prods}" th:class="${prodStat.…

java template-engine thymeleaf
How to use a ternary operator to add a class to an HTML element in ejs

I am new to using ejs. I have a menu and I want to highlight the current menu item. I …

javascript node.js template-engine ejs
In need of a lightweight C++ Template Engine

I am in need of a very lightweight, fast, C++ template engine. I have been testing CTemplate and it fits …

c++ template-engine
What template engine should I use in Spring MVC?

I'm learning Spring MVC and want to create a site. The main problem is a template system. Should I use …

java spring-mvc templates template-engine
how to use Smarty better with PHP?

I found that using Smarty with PHP, sometimes extra time will need to be used for 1) using quite different syntax …

php smarty template-engine templating
what's the proper file extension or abbr. for golang's text/template?

I'm thinking about creating syntax highlighter for it, but I don't know the conventional abbreviation for this specific type of …

templates go template-engine
Load image and css in Golang

I setup a route in server.js in package main in root directory of project http.HandleFunc("/",route.IndexHandler) The …

html css image go template-engine
How to render doT.js templating in nodejs?

Hi I would like to know how can I render output in dot.js templating engine. I think it's a …

javascript node.js express template-engine dot.js
Thymeleaf/Spring MVC - How do you nest variables/expressions in a Link expression?

For example, my controller method in Spring does this: model.addAttribute("view_name", "foobar") And I'm trying to do this …

spring spring-mvc template-engine thymeleaf
Looking for a standalone, command line, code generator script

I'm looking for a library or command line script that will allow me to create custom templates that I can …

code-generation template-engine