3d87360432
Add doc regions to the TS version. Update the Dart sample. Publish a hidden draft of the Dart version. Closes #758.
14 lines
327 B
HTML
14 lines
327 B
HTML
<!--#docregion-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Template Syntax</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script defer src="main.dart" type="application/dart"></script>
|
|
<script defer src="packages/browser/dart.js"></script>
|
|
</head>
|
|
<body>
|
|
<my-app>Loading...</my-app>
|
|
</body>
|
|
</html>
|