UNPKG

modulerizr

Version:

Integrate a powerful, component based architecture to your legacy project in just a few steps

16 lines (13 loc) 432 B
<html lang="en"> <head> <title>OnceAttribute-2</title> </head> <body> <!-- In this example we will show how to render styles and scripts just once - even though they would be rendered multiple times via component --> <once-attribute-example>abc</once-attribute-example> ------------------------------------------------------- <once-attribute-example>def</once-attribute-example> </body> </html>