Created
January 23, 2015 07:41
-
-
Save PavelDemyanenko/5736fc09d6a261797b7a to your computer and use it in GitHub Desktop.
Simple example of ejs template engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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