summaryrefslogtreecommitdiff
path: root/views/partials/footer.ejs
blob: 860f90be1af566fc4a2eecd5cac2a740a2c0a805 (plain)
1
2
3
4
5
6
7
8
9
10
</content>
<% include ../partials/404 %>
</body>
<script type="text/json" id="preload" payload="<%= preload %>"></script>
<% if (env == 'production') { %>
  <script src="/assets/min/app.min.js"></script>
<% } else { %>
  <% include ../partials/scripts %>
<% } %>
</html>