DodoApp: Logs

Change-Id: Idb429c417b639b53352642d1d59a6b29622d499f
diff --git a/core/installer/welcome/dodo-app-tmpl/logs.html b/core/installer/welcome/dodo-app-tmpl/logs.html
new file mode 100644
index 0000000..c30ea2c
--- /dev/null
+++ b/core/installer/welcome/dodo-app-tmpl/logs.html
@@ -0,0 +1,6 @@
+{{ define "title" }}
+dodo app: {{ .AppName }} - logs
+{{ end }}
+{{- define "content" -}}
+<code id="logs">{{ .Logs }}</code>
+{{- end -}}