Top "Templating" questions

Templating systems are generally composed of a Template Engine, a Content Resource and a Template Resource.

Pug/Jade conditional AND/&& statement

I cannot seem to find detailed documentation on conditionals for Pug/Jade contemplating language to use && in a …

html conditional pug templating
Meteor: Whats the best way to test equality of two values (like {{#if someVar == 'someVal'}}) in Blaze?

I'm having to define template helpers everywhere that simply test the equality of a document property with a constant so …

javascript meteor templating
Templating Html.DisplayFor() in ASP.NET MVC 2

It appears that if you just use Html.DisplayFor(model => model) with no templates for a Details view, the …

asp.net-mvc css templates scaffolding templating
Helm - Templating variables in values.yaml

I'm trying to template variables from a map inside the values.yaml into my final Kubernetes ConfigMap YAML. I've read …

kubernetes kubernetes-helm templating
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 use of <template> within a <template> in VueJS 2?

I'm trying to understand the use case of <template> and it's functions. Having referenced the docs, I'm still …

javascript vue.js vuejs2 templating
Hide grafana panels based on selected template variable

I am trying to develop kind of dropdown list with metrics and accordingly to selected metric specific panel supposed to …

panel templating grafana
How to add a Templating to a UserControl?

This question has been asked before Web Forms :: Design Time Support For Custom Templated User Control In VS 2008 VS 2008 Using …

asp.net user-controls templating webusercontrol
Good practices for writing HTML in Javascript

I was wondering about this if people have strong opinions about the best way to generate HTML on the fly, …

javascript html templating
How do I render partials with jade without express.js?

Only info I found was this: http://forrst.com/posts/Node_js_Jade_Import_Jade_File-CZW I replicated the suggested …

node.js templating pug