UNPKG

@alicloud/console-toolkit-plugin-react

Version:

console toolkit plugin for base react app

22 lines 464 B
<!DOCTYPE html> <html lang="en"> <head> <%= head %> <%= metas %> <% styles.forEach(function(style){ %> <%= style %> <% }); %> <% headscripts.forEach(function(headscript){ %> <%= headscript %> <% }); %> </head> <body> <% prescripts.forEach(function(prescript, index){ %> <%= prescript %> <% }); %> <%= body %> <% scripts.forEach(function(script){ %> <%= script %> <% }); %> </body> </html>