blob: c12252cd0ccc2c736d11d7879bb8c0c2a5b7eff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
</content>
<% include ../partials/audio %>
<% 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>
|