Top "Templating" questions

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

Order totals block on Magento order email and invoice email templates

Can anyone point me to the templates/code blocks that are used for the order totals block on the Magento …

templates magento customization templating theming
Conditional Attributes in Sightly Templates (AEM/CQ)

In the Sightly templating language, for Adobe AEM6 (CQ), how do I add an attribute to an element only if …

aem templating sightly
Internationalization with angularjs

I'm thinking of moving my site to angularjs, and I want to start very small, by moving all my static …

angularjs internationalization templating
Creating PDF Invoices - Are there any templating solutions?

Our company is looking to integrate invoices into a new system we are developing. We require a solution to create …

linux pdf open-source templating invoice
How can I show just the most recent post on my home page with jekyll?

<ul class="entries"> {% for post in paginator.posts %} <li> <a href="{{ post.url }}"> <…

templates jekyll templating liquid liquid-layout
Twig: Include external Code from an SVG file

Is it possible to inlcude code from a svg file directly into a twig template file? Something like: {% include 'my.…

svg twig inline templating
When using <ui:composition> templating, where should I declare the <f:metadata>?

I have made a lot of progress in converting my JSF applications to book-markable pages, but I am wondering if …

jsf metadata facelets composition templating
render_to_string in lib class not working

I'm trying to use delayed_job to update a remote database via xml In my lib folder I put a …

ruby-on-rails templating
How to properly render partial views, and load JavaScript files in AJAX using Express/Jade?

Summary I am using Express + Jade for my web application, and I'm struggling with rendering partial views for my AJAX …

ajax layout express pug templating
Rendering templates within helpers in handlebars

Because there seem to be no answer on this: Passing variables through handlebars partial yet, I'm currently working on a …

html handlebars.js rendering helper templating