Skip to content

Instantly share code, notes, and snippets.

@PavelDemyanenko
Created January 23, 2015 07:41
Show Gist options
  • Save PavelDemyanenko/5736fc09d6a261797b7a to your computer and use it in GitHub Desktop.
Save PavelDemyanenko/5736fc09d6a261797b7a to your computer and use it in GitHub Desktop.
Simple example of ejs template engine
<!DOCTYPE html>
<html>
<head>
<title><%- title %></title>
</head>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment