_layouts/default.html (25 lines of code) (raw):

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta content="en-us" http-equiv="Content-Language" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/static/images/favicon.ico" rel="shortcut icon" /> <link href="/static/css/style.css" rel="stylesheet" type="text/css" /> <link href="/static/css/codehilite.css" rel="stylesheet" type="text/css" /> <link href="/static/css/bootstrap.css" media="screen, projection" rel="stylesheet" type="text/css" /> <link href="/static/css/thrift.css" media="screen, projection" rel="stylesheet" type="text/css" /> <script src="/static/js/jquery.min.js"></script> <script src="/static/js/bootstrap-dropdown.js"></script> <script src="/static/js/bootstrap-tab.js"></script> <script src="/static/js/thrift.js"></script> <title>{{ site.title }} - {{ page.title }}</title> </head> <body> {% include header.html %} <div class="container"> {{ content }} </div> {% include footer.html %} </body> </html>