p.title Applications
div.list
	ul.apps
		- if (apps.length > 0)
			- each app in apps
				li
					a.app(href=('/app/' + app.name), title=app.name)=app.name
		- else
			p No node applications found
	div.buttons
		a.btn.showCreateApp(href='/createApp') Create App