UNPKG

generator-aristos

Version:

create aristos cms fast with yeoman generator.

20 lines (19 loc) 313 B
module.exports = { name: "socketChat", async theFunction(name, blogCount) { return ` <div class="admin-blocks"> <a href="/admin"> <h5> ${name} </h5> <h4> doesnt work </h4> <h5> </h5> </a> </div> `; } };