mirror of https://github.com/embarklabs/embark.git
10 lines
207 B
Smarty
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>
|