<%- i18n('settings', id) %>
<%- description %>
Redirect to
<% var code = meta && typeof meta.http_code !== 'undefined' ? parseInt(meta.http_code, 10) : 200; var codes = [ [200, 'OK'], [204, 'No Content'], [400, 'Bad Request'], [401, 'Unauthorized'], [403, 'Forbidden'], [404, 'Not Found'], [418, 'I\'m a Teapot'], [500, 'Internal Server Error'], [501, 'Not Implemented'], [502, 'Bad Gateway'], [503, 'Service Unavailable'] ]; %>
HTML Content