Skip to content

Instantly share code, notes, and snippets.

@oravecz
Created July 1, 2010 21:02
Show Gist options
  • Save oravecz/460557 to your computer and use it in GitHub Desktop.
Save oravecz/460557 to your computer and use it in GitHub Desktop.
-- actions.js
include('ringo/webapp/response');
exports.index = function (req) {
return skinResponse('skins/index.html', {
content: "عالم"
});
};
-- index.html
<% extends ./base.html %>
<% subskin content %>
<h1>أهلا</h1>
<% content %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment