UNPKG

jackson

Version:

Jackson, the web application framework

21 lines (17 loc) 378 B
<!doctype html> <html lang="en"> <head> <title><%- @title || 'Jackson' %></title> <meta charset="utf-8"> <style> body { padding: 50px 10%; font-family: sans-serif; } </style> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> </head> <body> <% content %> </body> </html>