modulerizr
Version:
Integrate a powerful, component based architecture to your legacy project in just a few steps
20 lines (14 loc) • 500 B
HTML
<html lang="en">
<head>
<title>JSRender-Templates</title>
</head>
<body>
<!--
In this example we use jsrender-templates. Be aware that
you have to install and add the modulerizr-jsrender-plugin before.
-->
<jsrender-template-basic param1="param1" param2="param2"></jsrender-template-basic>
<jsrender-template-if cond1="true" name="peter"></jsrender-template-if>
<jsrender-template-prerenderscript></jsrender-template-prerenderscript>
</body>
</html>