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

18 lines
334 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>{title}</title>
<link rel='stylesheet' href='/css/style.css' />
</head>
<body>
{+content}
This is the base content.
{/content}
</body>
<!--
{session}
-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/js/native.history.js"></script>
</html>