%
/* given on compile time */
var build_target;
var initial_script;
var initial_css;
%>
<%# TODO: Put in an appropirate image %>
<%# Using an absolute path here since the manifest.json works only with such. %>
<% if(build_target === "client") { %>
TeaClient
<% } else { %>
TeaSpeak-Web
<%# %>
<% } %>
<%# We don't preload the bowl since it's only a div background %>
<%- initial_css %>