1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00
ShinobiCE/web/templates/boilerplate/views/index.ejs

7 lines
No EOL
192 B
Text

<% var pageTitle = 'Shinobi Boilerplate Template' %>
<!-- Header -->
<% include blocks/header.ejs %>
<!-- Page -->
<% include blocks/home.ejs %>
<!-- Footer -->
<% include blocks/footer.ejs %>