This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/views/layout.dust

16 lines
213 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>{title}</title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
{+content}
This is the base content.
{/content}
</body>
<!--
{session}
-->
</html>