Get started with jade CDN
MIT licensed
Jade: popular Node.js templating engine compiling HTML from unique syntax templates.
Tags:- template
- jade
Stable version
Copied!
How to start using jade CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with jade CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/jade/1.11.0/jade.min.js"></script>
<script>
const jade = require('jade');
const template = `
doctype html
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
title Jade Example
body
h1 Hello, Jade!
p Welcome to the Jade template engine!
`;
const compiled = jade.compile(template);
const html = jade.render(null, compiled);
document.open();
document.write(html);
document.close();
</script>
</head>
<body>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
All versions
0.10.0
0.10.1
0.10.2
0.10.3
0.10.4
0.10.5
0.10.6
0.10.7
0.11.0
0.11.1
0.12.0
0.12.1
0.12.2
0.12.3
0.12.4
0.13.0
0.14.0
0.14.1
0.14.2
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.18.0
0.19.0
0.20.0
0.20.1
0.20.2
0.20.3
0.21.0
0.22.0
0.22.1
0.23.0
0.24.0
0.25.0
0.26.0
0.26.1
0.26.2
0.26.3
0.27.0
0.27.1
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.28.0
0.28.1
0.28.2
0.29.0
0.30.0
0.31.0
0.31.1
0.31.2
0.32.0
0.33.0
0.34.0
0.34.1
0.35.0
0.9.3
0.9.4
1.0.0
1.0.1
1.0.2
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.10.0
*** 1.11.0
1.2.0
1.3.0
1.3.1
1.4.0
1.4.1
1.4.2
1.5.0
1.6.0
1.7.0
1.8.0
1.8.1
1.8.2
1.9.0
1.9.1
1.9.2