layout.html 443 Bytes
<!DOCTYPE html>
<html>
    <head>
        <title>Hello</title>
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">
        <meta content="telephone=no" name="format-detection"> 
        <link rel="stylesheet" href="../css/detail.css">
    </head>
    <body>
        {{{body}}}
    </body>
</html>