Skip to content
#

server-side

Here are 461 public repositories matching this topic...

liberator
ivanchuk
ivanchuk commented Dec 5, 2016

Please, could you add an example of a helper and how to use it.
I can register a helper, but when I append it to a template, the helper did not render.

My helper is:

// helpers/salutation.js
module.exports = function(context, options) {
  return 'Hi, everybody';
};

and my template:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>

Improve this page

Add a description, image, and links to the server-side topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the server-side topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.