diff --git a/templates/about-me.stpl b/templates/about-me.stpl
new file mode 100644
index 0000000..872f850
--- /dev/null
+++ b/templates/about-me.stpl
@@ -0,0 +1,9 @@
+ Hi there! 👋 I'm a <%= age %> y/o from the UK, currently working as a Software Developer at Sitel Group. As far as open source projects go, I enjoy working on anything and everything related to education 🏫, privacy 👀, and data analysis/engineering 🗃. I currently spend most of time in Rust and TypeScript, and I take pride in writing code that's lightweight 🍃 and performant 💪!about me
+
+
+
--Hi there! 👋
-I'm a <%= age %> y/o from the UK, currently working as a Software Developer at Sitel Group.
-As far as open source projects go, I enjoy working on anything and everything related to education 🏫, privacy 👀, and data analysis/engineering 🗃.
-I currently spend most of time in Rust and TypeScript, and I take pride in writing code that's lightweight 🍃 and performant 💪!
-
--This site is built using a custom static site generator made with Rust[1].
-It has no CSS or JavaScript and each page weighs in at a few kilobytes.
-The site is hosted on Cloudflare Pages, using GitHub Actions to automate building and deployment when a new tag is pushed.
-
-[1] Sailfish is used for templating. The entire generator codebase comes in at <100 LOC.
-