<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-status-bar-style" content="black"/> <meta name="applicable-device" content="mobile"> <title>{$title}</title> <script type="text/javascript" src="__PUBLIC__/js/do.js" charset="utf-8"></script> <script type="text/javascript" src="__PUBLIC__/js/moble.js" charset="utf-8"></script> <link rel="stylesheet" href="__STATIC__/shop/shop.css" /> </head> <body ontouchstart> {__CONTENT__} </body> </html>