embark/lib/modules/scaffolding-react/templates/index.html.tpl

10 lines
207 B
Smarty

<!doctype html>
<html lang="en" dir="ltr">
<head>
<title>{{title}}</title>
</head>
<body class="container">
<div id="app"></div>
<script src="js/{{filename}}.js"></script>
</body>
</html>