playground
Version:
Create Xcode Playgrounds for the Swift programming language with rich documentation generated from Markdown
19 lines (18 loc) • 469 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>{{title}}</title>
<meta id="xcode-display" name="xcode-display" content="render">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="content-wrapper">
<section class="section">
{{content}}
</section>
</div>
</body>
</html>