UNPKG

generator-gsndnn

Version:

Scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects (based on the generator built by Matt Rutledge).

10 lines 218 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title><%%= htmlWebpackPlugin.options.title %%></title> </head> <body> <%%= htmlWebpackPlugin.options.bodyHTML %%> </body> </html>