summaryrefslogtreecommitdiff
path: root/views/partials/footer.ejs
blob: edae257e45f3019ed0899647be56489932824266 (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?<%= buildDate %>"></script>
<% } else { %>
  <% include ../partials/scripts %>
<% } %>
</html>