Created
August 26, 2012 20:32
-
-
Save andyhawthorne/3483415 to your computer and use it in GitHub Desktop.
Basic erb file
This file contains 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> | |
<meta charset="UTF-8"> | |
<title></title> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
</head> | |
<body> | |
The date is: <%= @time.strftime("%d-%m-%Y %H:%M:%S")%> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment