UNPKG

jackson

Version:

Jackson, the web application framework

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