UNPKG

indigojs

Version:

IndigoJS is an open source, JavaScript/NodeJS localization framework

18 lines (16 loc) 308 B
<!DOCTYPE html> <html lang="<%= locality.langugage %>"> <head> <% include templates/head.html %> </head> <body> <div id="wrap"> <div class="page"> <div class="wrapper"> <h1><%= locales.head %></h1> </div> <% include templates/footer.html %> </div> </div> </body> </html>