spoonjs
Version:
SpoonJS CLI tool
26 lines (25 loc) • 626 B
HTML
{{html_first}}
<html>
{{html_last}}
<head>
{{head_first}}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{page_title}}</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/prod/app.min.css">
{{head}}
{{head_last}}
</head>
<body>
{{body_first}}
{{body_before_bootstrap}}
<script src="/prod/app.min.js"></script>
{{body_after_bootstrap}}
{{body}}
{{body_last}}
</body>
</html>