doctype html html head meta(charset='utf-8') meta(http-equiv='content-type', content='text/html; charset=utf-8') title= title script(src='assets/scripts/angular.min.js') script(src='assets/scripts/angular-route.min.js') body(ng-app='interfug') div(ng-view)