Top "Template-engine" questions

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

using Liquid variables inside of a liquid tag call

I made a custom link tag in Liquid and I am trying to be able to pass liquid variables into …

ruby-on-rails-3 template-engine liquid
Can I use T4 programmatically from C#?

I am writing software that produces C# code. Mostly I am using StringTemplate and StringBuilder. Is there any way to …

c# t4 template-engine
Are there any Scala template engines other than scalate?

I'm tring to embed scalate in my website with sbt+jrebel, but found there are some problems I can't resolve. …

scala template-engine scalate
Scala string template

Is there default(in SDK) scala support for string templating? Example: "$firstName $lastName"(named not numbered parameters) or even constructs …

templates scala core template-engine
What are the real advantages of templating engines over just using PHP?

I develop my web applications using only PHP for the view files and I don't feel limited in any way, …

php templates template-engine
Which template technology should I use with CherryPy?

I'm in the process of building a web application using cherrypy. What template technology do you recommend I use?

python templates template-engine cherrypy
webpack html (ejs) include other templates

So this is my webpack config : import path from 'path'; var HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { entry: { index: './dev/…

webpack template-engine ejs webpack-dev-server html-webpack-plugin
Smarty PHP clashing with AngularJS

How do I stop Smarty throwing an error when I'm using AngularJS in the same template. I have a Smarty …

php javascript smarty angularjs template-engine
What template language does Tumblr use?

Tumblr uses a very simple template language for it's themes: {block:Text} <li class="post text"> {block:Title} &…

templates themes template-engine tumblr