<%- if options %> require 'bundler' Bundler.require <% end %>
require './main' <%- if options %> run HelloWorld
<% else %> run Sinatra::Application <% end %>
<%- if options %> require 'bundler' Bundler.require <% end %>
require './main' <%- if options %> run HelloWorld
<% else %> run Sinatra::Application <% end %>