angular.module('<%= module_name %>').config ($routeProvider) ->

$routeProvider
  .when '/about',
    templateUrl: 'static/about.html'

  .when '/terms',
    templateUrl: 'static/terms.html'

  .when '/privacy',
    templateUrl: 'static/privacy.html'