diff --git a/views/templates/layout_minimal.php b/views/templates/layout_minimal.php
new file mode 100644
index 0000000..62cec7d
--- /dev/null
+++ b/views/templates/layout_minimal.php
@@ -0,0 +1,13 @@
+@extends('templates/mapguesser')
+
+@section('content')
+
+
+ = $_ENV['APP_NAME'] ?>
+
+
+
+@yields('main')
+
+@endsection