Skip to content

Instantly share code, notes, and snippets.

@jorgepedret
Created March 28, 2014 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgepedret/816c2b3985ad12cef022 to your computer and use it in GitHub Desktop.
Save jorgepedret/816c2b3985ad12cef022 to your computer and use it in GitHub Desktop.
<%
say_hello = function (name) {
return 'Hello, ' + name;
}
%>
<% include helpers.ejs %>
<h1><%= say_hello("beautiful") %></h1>
@allergeek
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment