summaryrefslogtreecommitdiff
path: root/views/partials/footer.ejs
blob: 548b0bfbee009cbf4f9ddf456b79d9ce83e3ca74 (plain)
1
2
3
4
5
6
7
8
9
10
11
</content>
<% include ../partials/player %>
<% 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>