@if(node_env().env === "production") {{ style(versioncss('main')) }} @else {{ style('dist/css/main') }} @endif
{{{ startTag }}} {{-- {{ edgeVar }} --}} @if(node_env().env === "production" || node_env().hmr === "false") {{ script(versionjs('app')) }} @else {{ script('http://localhost:8081/dist/js/app.js') }} @endif