forked from mjavascript/mastering-modular-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.html
More file actions
15 lines (15 loc) · 841 Bytes
/
layout.html
File metadata and controls
15 lines (15 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ doctype }}
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{{ title }}</title>
<meta charset="utf-8" />
<meta name="publisher" content="O'Reilly Media, Inc."/>
<meta name="author" content="Nicolás Bevacqua"/>
<meta name="date" content="2017-10-10"/>
<meta name="description" content="With this practical guide, frontend and backend Node.js developers alike will learn how to scale out JavaScript applications by breaking codebases into smaller modules. Author Nicolas Bevacqua covers features in ECMAScript 6 (ES6; the latest version of the specification that includes JavaScript) that support modularization. If you have a working knowledge of JavaScript, this book is for you."/>
<meta name="identifier" content="978-1-491-95568-0"/>
</head>
<body data-type="book">
{{ content }}
</body>
</html>