Skip to content

Instantly share code, notes, and snippets.

@molekilla
Created August 28, 2014 00:25
Show Gist options
  • Save molekilla/e164aecb5e1b046e8553 to your computer and use it in GitHub Desktop.
Save molekilla/e164aecb5e1b046e8553 to your computer and use it in GitHub Desktop.
rutha-render-partial.js
exports.profile = function(request, reply) {
request.server.render('partials/navbar', {}, function(err, rendered, config) {
reply.view('profile', {
title: 'Test',
navbar: rendered
});
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment