diff --git a/resources/views/errors/ratelimit-guestbook.blade.php b/resources/views/errors/ratelimit-guestbook.blade.php
index fa29855..1890789 100644
--- a/resources/views/errors/ratelimit-guestbook.blade.php
+++ b/resources/views/errors/ratelimit-guestbook.blade.php
@@ -1,16 +1,10 @@
-
-
-
- Error 429: Overclocking Detected!
-
-
-
-
+@extends('layouts.minimal')
+@section('title', 'Error 429: Overclocking Detected!')
+@section('content')
Error 429: Overclocking Detected!
Whoa there! Your submissions are going at warp speed.
Remember you can only submit an entry once every hour!
Click here to go back to the guestbook.
-
-
+@stop
diff --git a/resources/views/layouts/minimal.blade.php b/resources/views/layouts/minimal.blade.php
new file mode 100644
index 0000000..5cef094
--- /dev/null
+++ b/resources/views/layouts/minimal.blade.php
@@ -0,0 +1,11 @@
+
+
+
+ @yield('title')
+
+
+
+
+@yield('content')
+
+