| 
<!DOCTYPE html>
<html lang="en">
 <head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
 <link rel="shortcut icon" type="image/x-favicon" href="<?=$this->uri('favicon.ico')?>">
 <title><?=$title?></title>
 <meta name="description" itemprop="description" content="">
 
 <style type="text/css">
 
 ::selection { background-color: rgb(13, 140, 249); color: white; }
 ::-moz-selection { background-color: rgb(13, 140, 249); color: white; }
 
 body {
 background-color: #fff;
 margin: 40px;
 font-size: 14px;
 color: rgba(0, 0, 0, 0.59);
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 }
 
 a {
 color: rgb(13, 140, 249);
 background-color: transparent;
 font-weight: normal;
 }
 
 h1 {color: rgb(13, 140, 249);
 background-color: transparent;
 border-bottom: 1px solid rgb(234, 234, 234);
 font-size: 20px;
 font-weight: normal;
 margin: 0 0 14px 0;
 padding: 14px 15px 10px 15px;
 }
 
 code {
 font-family: Consolas, Monaco, Courier New, Courier, monospace;
 font-size: 12px;
 background-color: rgb(252, 252, 252);
 border: 1px solid rgb(203, 203, 203);
 color: rgb(53, 91, 101);
 display: block;
 margin: 14px 0 14px 0;
 padding: 14px 12px;
 border-radius: 2px;
 }
 
 #body {
 margin: 0 15px 0 15px;
 }
 
 p.footer {
 text-align: right;
 font-size: 11px;
 border-top: 1px solid rgb(234, 234, 234);
 line-height: 32px;
 padding: 0 10px 0 10px;
 margin: 20px 0 0 0;
 }
 
 #container {
 margin: auto;
 max-width: 980px;
 }
 #logo {
 text-align: center;
 padding: 8px 10px;
 }
 </style>
 </head>
 <body>
 
 |