diff --git a/layouts/partials/philipp.html b/layouts/partials/philipp.html
new file mode 100644
index 0000000..f4a910e
--- /dev/null
+++ b/layouts/partials/philipp.html
@@ -0,0 +1,14 @@
+{{ with .Site.GetPage "/philipp" }}
+
+
+
+ {{ range .Resources.ByType "image" }}
+ {{ with .Process "webp Resize x1200" }}
+
+ {{ end }}
+ {{ end }}
+
+
{{ .Content }}
+
+
+{{ end }}