lnbook/theme/epub/layout.html
2021-11-18 12:37:31 -08:00

16 lines
979 B
HTML

{{ doctype }}
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="publisher" content="O'Reilly Media, Inc."/>
<meta name="author" content="Andreas M. Antonopolous, Olaoluwa Osuntokun, and Rene Pickhardt"/>
<meta name="date" content="2021-11-22"/>
<meta name="description" content="The Lightning Network (LN) is a rapidly growing second-layer payment protocol that works on top of Bitcoin to provide near-instantaneous transactions between two parties. With this practical guide, authors Andreas M. Antonopoulos, Olaoluwa Osuntokun, and Rene Pickhardt explain how this advancement will enable the next level of scale for Bitcoin, increasing speed and privacy while reducing fees. Ideal for developers, systems architects, investors, and entrepreneurs."/>
<meta name="identifier" content="9781492054863"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>